Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if updates are necessary after Hardware GDB API changes #435

Open
ilg-ul opened this issue Nov 8, 2020 · 0 comments
Open

Check if updates are necessary after Hardware GDB API changes #435

ilg-ul opened this issue Nov 8, 2020 · 0 comments
Assignees

Comments

@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 8, 2020

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

From: Marc-Andre Laperle malaperle@gmail.com
Subject: Re: [embed-cdt-dev] maven build
Date: 8 November 2020 at 01:01:40 EET
To: embed-cdt developer discussions embed-cdt-dev@eclipse.org
Reply-To: embed-cdt developer discussions embed-cdt-dev@eclipse.org

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 malaperle@gmail.com
Subject: Re: [embed-cdt-dev] maven build
Date: 8 November 2020 at 02:57:13 EET
To: Liviu Ionescu ilg@livius.net

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 john@dallaway.org.uk
Subject: Re: [embed-cdt-dev] maven build
Date: 8 November 2020 at 14:20:36 EET
To: embed-cdt-dev@eclipse.org
Reply-To: embed-cdt developer discussions embed-cdt-dev@eclipse.org

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 ilg-ul self-assigned this Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant