| commit | 5e0265c26ec25a524b67d2de5f680f8d45b38ab1 | [log] [tgz] |
|---|---|---|
| author | Ole Sivert Aarhaug <ole.sivert.aarhaug@intel.com> | Thu Nov 03 11:37:57 2022 +0000 |
| committer | Ole Sivert Aarhaug <ole.sivert.aarhaug@intel.com> | Fri Nov 04 11:46:21 2022 +0000 |
| tree | 6dc8c5e9864772158b43a81d91db7c0b91616655 | |
| parent | a6171ccd67bd0c275c0b57ca6ff9ddbb24d821a7 [diff] |
TCF Agent: Removal of unused variable causing clang-15 build error Removal of unread variable name_cnt from expressions.c since it causes a clang-15 build error due to the variable never being used.
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)