Skip to main content

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.

Jump to: navigation, search

TCF/NewIn15

< TCF
Revision as of 04:42, 5 August 2016 by Unnamed Poltroon (Talk) (Created page with "=TCF 1.5 New & Noteworthy= TCF 1.5 is planned to release in June 2017 with Eclipse Oxygen. <!-- See also the TCF/DraftPlan14 . --> ==TCF API and Protocol== All API...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TCF 1.5 New & Noteworthy

TCF 1.5 is planned to release in June 2017 with Eclipse Oxygen.

TCF API and Protocol

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

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

  • Improved Memory View: memory monitor base address can be dynamic expression, for example, a local variable name. The debugger re-computes the address when necessary, so memory monitor tracks location of the variable as it changes during application execution or across re-launch of the debug session.

Target Explorer

  • Fixed broken references to icons no longer available with Eclipse 4.6 Neon and later (bug 497674

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