Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDI Deprecation and IGDBJtagDevice

I was looking at the
org.eclipse.cdt.debug.gdbjtag.core.jtagdevice.IGDBJtagDevice interface and
noticed that the methods (getDefaultIpAddress and getDefaultPortNumber) are
transport-specific.  GDB connects via a serial port protocol as well, but it
doesn't fit in with the methods.  I don't want to duplicate effort if
someone else is working on this; what's the best way to submit/recommend a
change here?

	-- Steve G.




Back to the top