Description
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]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:
for details of how we migrate legacy debug configurations from ATTR_JTAG_DEVICE to ATTR_JTAG_DEVICE_ID in the CDT repository.