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/NewIn15"

< TCF
Line 9: Line 9:
  
 
* [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/diff/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services/IBreakpoints.java?id=6f677acc5f8547486ad35181a2d8c250b17e2495 IBreakpoints Service]: Capability '''CrossTrigger''' added with related properties for cross-triggering support (see {{bug|499059}}).
 
* [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/diff/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services/IBreakpoints.java?id=6f677acc5f8547486ad35181a2d8c250b17e2495 IBreakpoints Service]: Capability '''CrossTrigger''' added with related properties for cross-triggering support (see {{bug|499059}}).
 +
 +
* New class to represent user defined peers: [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/tree/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/core/UserDefPeer.java UserDefPeer]
  
 
The [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Services.html TCF Services Docs] have been updated in some cases, but not all; if in doubt, the Java interfaces linked from above should be consulted as the API references. [http://eclip.se/aa Documentation Bugs] have been opened to get the services docs back in sync. Community contributions would be appreciated on this documentation effort.  
 
The [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Services.html TCF Services Docs] have been updated in some cases, but not all; if in doubt, the Java interfaces linked from above should be consulted as the API references. [http://eclip.se/aa Documentation Bugs] have been opened to get the services docs back in sync. Community contributions would be appreciated on this documentation effort.  

Revision as of 13:27, 7 October 2016

TCF 1.5 New & Noteworthy

TCF 1.5 is planned to release in June 2017 with Eclipse Oxygen. See also the TCF/DraftPlan15 .

TCF API and Protocol

All API Additions are marked with "@since 1.5" in the TCF Protocol Java Interfaces.

  • New class to represent user defined peers: UserDefPeer

The TCF Services Docs have been updated in some cases, but not all; if in doubt, the Java interfaces linked from above should be consulted as the API references. Documentation Bugs have been opened to get the services docs back in sync. Community contributions would be appreciated on this documentation effort.

The TCF Python Binding is mostly on par with the Java binding and actively being tested, maintained and improved. If in doubt regarding protocol API, the Java interfaces as linked from above should be consulted.

TCF Agent and C Value-Add

  • Improved DWARF symbols search.

TCF C/C++ Debugger

TCF Python Binding

Target Explorer

  • Fixed broken references to icons no longer available with Eclipse 4.6 Neon and later (bug 497674
  • Fixed appearance of Target Explorer dialogs on GTK3 (Form backgroud, radio buttons).

Bug Fixes, Robustness and Statistics

list of bugs and enhancement requests implemented for the TCF 1.5 release.

See also TCF on OpenHUB and the TCF Project Page for statistics.

The TCF project team would like to take this opportunity to thank our 17 contributors in the past 12 months .

The searchable git logs for the agent and the TCF main repository provide more insight into all changes made for TCF 1.5.

Back to the top