You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have IGDBJtagConstants#ATTR_JTAG_DEVICE_ID for "org.eclipse.cdt.debug.gdbjtag.core.jtagDeviceId" but nothing similar for "org.eclipse.cdt.debug.gdbjtag.core.jtagDevice"
This leads to a duplicated declarations even for Eclipse CDT code base
Currently we have
IGDBJtagConstants#ATTR_JTAG_DEVICE_ID
for "org.eclipse.cdt.debug.gdbjtag.core.jtagDeviceId" but nothing similar for "org.eclipse.cdt.debug.gdbjtag.core.jtagDevice"This leads to a duplicated declarations even for Eclipse CDT code base
cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagDSFFinalLaunchSequence.java
Line 111 in 9b6bb07
cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagDSFDebuggerTab.java
Line 83 in 9b6bb07
It would be great to add API for this launch attribute
The text was updated successfully, but these errors were encountered: