eclipse-plugins icon indicating copy to clipboard operation
eclipse-plugins copied to clipboard

Check if updates are necessary after Hardware GDB API changes

Open ilg-ul opened this issue 4 years ago • 0 comments

In CDT 10 there were several changes that affected the Hardware GDB API:

From: Marc-Andre Laperle [email protected] Subject: Re: [embed-cdt-dev] maven build Date: 8 November 2020 at 01:01:40 EET To: embed-cdt developer discussions [email protected] Reply-To: embed-cdt developer discussions [email protected]

This might help https://htmlpreview.github.io/?https://raw.githubusercontent.com/eclipse-cdt/cdt/blob/master/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html#deprecatedRemovals

IGDBJtagConstants.ATTR_JTAG_DEVICE has been removed. Use IGDBJtagConstants.ATTR_JTAG_DEVICE_ID to persist device ID rather than device name. See Bug 566462.

and

From: Marc-Andre Laperle [email protected] Subject: Re: [embed-cdt-dev] maven build Date: 8 November 2020 at 02:57:13 EET To: Liviu Ionescu [email protected]

I just tested the “perform apply” in the Debug config tabs after changing the device name. This was only to check what would happen when code would run through the missing IGDBJtagConstants.ATTR_JTAG_DEVICE

and

From: John Dallaway [email protected] Subject: Re: [embed-cdt-dev] maven build Date: 8 November 2020 at 14:20:36 EET To: [email protected] Reply-To: embed-cdt developer discussions [email protected]

Hi Liviu

Please refer to:

https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagDSFDebuggerTab.java

for details of how we migrate legacy debug configurations from ATTR_JTAG_DEVICE to ATTR_JTAG_DEVICE_ID in the CDT repository.

ilg-ul avatar Nov 08 '20 22:11 ilg-ul