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 18: Line 18:
 
==TCF Agent and C Value-Add==
 
==TCF Agent and C Value-Add==
 
* Improved DWARF symbols search.
 
* Improved DWARF symbols search.
 +
* Added [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Service%20-%20PortForward.html Port Forwarding] and [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Service%20-%20PortServer.html Port Server] services support in TCF Agent. Those services allow a TCF peer to gain access to a port on remote peer or expose a local port to remote peer.
 +
* Added [https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/commit/?id=f4314ff5242cd3298f7854cb8ae567974532e643 Web Socket (WS) and Web Socket Secured (WSS) channel support].
  
 
==TCF C/C++ Debugger==
 
==TCF C/C++ Debugger==

Revision as of 13:16, 17 January 2017

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

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