Closed dcpleung closed 4 years ago
CDT 10 no longer uses DefaultGDBJtagDeviceImpl but instead DefaultGDBJtagConnectionImpl. The new class uses URI for connection instead of separate host/port fields. So update the debugger tab and all JTAG device classes.
Fixes #35
Signed-off-by: Daniel Leung daniel.leung@intel.com
@martanav This should fix the issue on debug tab.
CDT 10 no longer uses DefaultGDBJtagDeviceImpl but instead DefaultGDBJtagConnectionImpl. The new class uses URI for connection instead of separate host/port fields. So update the debugger tab and all JTAG device classes.
Fixes #35
Signed-off-by: Daniel Leung daniel.leung@intel.com