| commit | 4189408e030dde2853a3df3a80571dd43cb8e798 | [log] [tgz] |
|---|---|---|
| author | Eugene Tarassov <eugenet@xilinx.com> | Wed Jul 07 12:35:03 2021 -0700 |
| committer | Eugene Tarassov <eugenet@xilinx.com> | Wed Jul 07 15:35:03 2021 -0700 |
| tree | 94be8db22f78682c54b4f463ce511708bb3eb7ac | |
| parent | 2426bba1f5e988b1c339ec8421bf6157db1e2229 [diff] |
Bug 574668 - unexpected DWARF Register Number for fctrl and fstat in i386
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)