The repo has moved to : https://gitlab.eclipse.org/eclipse/tcf/tcf.agent

Clone this repo:
  1. 53dc2e6 TCF Agent: improved implementation of watchpoints by Eugene Tarassov · 8 months ago master
  2. 1f11747 Releng: Upversion TCF to 1.8 by Eugene Tarassov · 9 months ago 1.8 1.8.0
  3. 72552bf Fixed possible SEGFAULT after error message queue overflow by Eugene Tarassov · 9 months ago
  4. 40b26dc Fixed misspelling in a comment by Eugene Tarassov · 9 months ago
  5. eac3979 TCF Agent: update breakpoint error message by Muhammad Mustafa · 9 months ago

Target Communication Framework

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.

Contents

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)

Links