| commit | 40b26dcc6c7dd530afa713d5d9a852839166ffb0 | [log] [tgz] |
|---|---|---|
| author | Eugene Tarassov <eugene@largest.net> | Sat Jul 29 20:39:53 2023 -0700 |
| committer | Eugene Tarassov <eugene@largest.net> | Sat Jul 29 20:39:53 2023 -0700 |
| tree | 7190ad66ee9539f752facad894af05144a461d0f | |
| parent | eac3979eaea2fcb1a2c770ee6fbeb98bb992945d [diff] |
Fixed misspelling in a comment
TCF is a vendor-neutral, lightweight, extensible network protocol mainly for communicating with embedded systems (targets). On top of the protocol specification, which is the core of TCF, the project includes a plain-C implementation of a lightweight extendable target agent, Java client API (usable stand-alone or on top of Eclipse), Python and Lua client APIs, complete debugger UI implementation in Eclipse, integration with CDT, Target Explorer, documentation and usage examples.
agent : The reference agent, implementing debug related services e.g. Memory, RunControl, Registers, Stacktrace, Breakpoints, Symbols, LineNumbers, Expressions.
docker : Dockerfile image for host and cross builds of the debug agent.
examples : Implementation of a daytime service.
server : A proxy server sitting between the client on the host and an agent running/embedded on the target as part of the firmware or RTOS. It implements Symbols and LineNumbers services.
tests : Standalone tools for testing (e.g dwarf, extended commandline client)