| commit | eac3979eaea2fcb1a2c770ee6fbeb98bb992945d | [log] [tgz] |
|---|---|---|
| author | Muhammad Mustafa <muhammad.mustafa@intel.com> | Mon Jul 17 13:28:52 2023 +0200 |
| committer | Muhammad Mustafa <muhammad.mustafa@intel.com> | Mon Jul 17 13:34:45 2023 +0200 |
| tree | 9b019550a4d420124daad02ab526acba784331a1 | |
| parent | 23c84ea9015a5c82af9e5c5ddcdc7f8e96ba3c15 [diff] |
TCF Agent: update breakpoint error message update error msg to be more user actionable.
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)