Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
TCF/NewIn11
< TCF
Contents
TCF 1.1 New & Noteworthy
Perhaps the biggest improvement in TCF 1.1 is bug fixes and robustness, thanks to TCF being tested and shipped in commercial products by Wind River and Xilinx. A total of 195 bugs were fixed for TCF 1.1 - see this bugzilla report for defects fixed per component. See also Ohloh! for statistics.
The TCF project team would like to take this opportunity to thank all our 31 contributors in the past 12 months as per the approved IP Log for TCF 1.1 !
The searchable git logs for the agent and the TCF main repository provide more insight into all changs made.
New & Noteworthy changes per component:
TCF API and Protocol
- Improved the Protocol Documentation (See the docs log of changes in git)
- Added PathMap and MemoryMap services
- Added an initial Profiler Service (agent profiler.h | Java [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/tree/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services/IProfiler.java?h=1.1 IProfiler.java)
- Some improvements to Python API Docs
- Added Register Descriptions (bug 384476), added Register Property "Offset" (bug 381529)
- Support enumerating ELF symbols (bug 390571)
TCF Agent and C Value-Add
- Made the exemplary C agent more configurable (allow moving more services to the value-add) - bug 388303 and others
- Initial ARM Debug Support (bug 403422, bug 404253), bug 404627 - thanks to contributors Stanislav Yakovlev and Emmanuel Touron
- Made the support for debug file formats pluggable (bug 397580) - thanks to contributor Didier Brachet
- Fix handling of internal compiler symbols in stacktrace (bug 392802) - thanks to contributor Renan LePadellec
- Support for more ELF/DWARF tags, especially x86_64 and ppc - thanks to contributor Peder Andersen
- Support Signal Numbers > 32 (real-time signals, bug 408257)
- Added -h(elp) option to TCF agent (bug 384049 - thanks to contributor Vincent Rubbiolo)
- Many bug fixes
TCF Debugger UI
- Breakpoints: Support default trigger scope, flexible annotation providers and more
- Hardware Breakpoint Support (bug 383041 - thanks to contributor Scott Tepavich)
- Register View: Fix Bitfield support (bug 397657, Improve XMM Vector Register support (bug 385917 - thanks to contributor Morvan LeGoff)
- Disassembly: Many bug fixes and improvements (bug 400183, bug 363927
- Runcontrol: Many fixes for reverse debugging
- Many bug fixes
TCF Python Binding
- Many bug fixes, documentation improvements, and PEP8 compliance - thanks to contributor Frederic Leger
Target Explorer
- Added Simulator API, reworked Stepper API, provided API to open an Editor
- Made the Terminals Feature available stand-alone and reach feature parity with legacy TM Terminal (bug 392251, bug 379392, bug 379394 and others)
- Support for transparent launching of value-adds for TCF connections
- Many bug fixes
Website and Documentation
- Updated the TCF Homepage, created a Forum and filled in the detailed Projects Page
- Added the Raspberry Pi HOWTO