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
(Website and Documentation)
(TCF 1.1 New & Noteworthy)
 
Line 1: Line 1:
 
=TCF 1.1 New & Noteworthy=
 
=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 - [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.
+
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 - [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. See also [https://www.ohloh.net/p/eclipse_cdt_tcf Ohloh!] for statistics.
  
The TCF project team would like to take this opportunity to thank all our [https://www.ohloh.net/p/eclipse_cdt_tcf 42 contributors] as per the [https://bugs.eclipse.org/bugs/attachment.cgi?id=231670 approved IP Log for TCF 1.1] !
+
The TCF project team would like to take this opportunity to thank all our 31 contributors in the past 12 months as per the [https://bugs.eclipse.org/bugs/attachment.cgi?id=231670 approved IP Log for TCF 1.1] !
  
 
The searchable git logs for the [https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/log/?h=1.1 agent] and the [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/log/?h=1.1 TCF main repository] provide more insight into all changs made.
 
The searchable git logs for the [https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/log/?h=1.1 agent] and the [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/log/?h=1.1 TCF main repository] provide more insight into all changs made.

Latest revision as of 13:35, 5 June 2013

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

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

Website and Documentation

Back to the top