Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "TCF/NewIn11"

< TCF
Line 32: Line 32:
 
* Runcontrol: Many fixes for reverse debugging
 
* Runcontrol: Many fixes for reverse debugging
 
* Many bug fixes
 
* Many bug fixes
 +
 +
==TCF Python Binding==
 +
* Many bug fixes, documentation improvements, and PEP8 compliance - thanks to contributor Frederic Leger
  
 
==Target Explorer==
 
==Target Explorer==
Line 38: Line 41:
 
* Support for transparent launching of value-adds for TCF connections
 
* Support for transparent launching of value-adds for TCF connections
 
* Many bug fixes
 
* Many bug fixes
 
==Python Binding==
 
* Many bug fixes, documentation improvements, and PEP8 compliance - thanks to contributor Frederic Leger
 

Revision as of 13:09, 5 June 2013

TCF 1.1 New & Noteworthy

A total of 195 bugs were fixed for TCF 1.1 - see this bugzilla report for defects fixed per component.

The TCF project team would like to take this opportunity to thank all our 42 contributors as per the approved IP Log for TCF 1.1 !

New & Noteworthy changes per component:

TCF API and Protocol

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
  • Extended support for ELF format - 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

Back to the top