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
(New page: =TCF 1.1 New & Noteworthy= A total of 195 bugs were fixed for TCF 1.1 - [https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=component&y_axis_field=bug_severity&z_axis_field=&query_form...)
 
Line 2: Line 2:
  
 
A total of 195 bugs were fixed for TCF 1.1 - [https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=component&y_axis_field=bug_severity&z_axis_field=&query_format=report-table&classification=Tools&product=TCF&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=1.1&target_milestone=1.1.1&target_milestone=1.1.2&j_top=AND&f1=noop&o1=noop&v1=&format=table&action=wrap see this bugzilla report] for defects fixed per component.
 
A total of 195 bugs were fixed for TCF 1.1 - [https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=component&y_axis_field=bug_severity&z_axis_field=&query_format=report-table&classification=Tools&product=TCF&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=1.1&target_milestone=1.1.1&target_milestone=1.1.2&j_top=AND&f1=noop&o1=noop&v1=&format=table&action=wrap 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 [https://bugs.eclipse.org/bugs/attachment.cgi?id=231670 approved IP Log for TCF 1.1] !
 +
 +
New & Noteworthy changes per component:
  
 
==TCF API and Protocol==
 
==TCF API and Protocol==
Line 17: Line 21:
 
* Fix handling of internal compiler symbols in stacktrace ({{bug|392802}}) - thanks to contributor Renan LePadellec
 
* 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
 
* 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
 
* Many bug fixes
  

Revision as of 13:08, 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

Target Explorer

Python Binding

  • Many bug fixes, documentation improvements, and PEP8 compliance - thanks to contributor Frederic Leger

Back to the top