eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
557 stars 130 forks source link

Add ability to customize GDB port when auto-starting gdb server #570

Closed jonahgraham closed 1 year ago

jonahgraham commented 1 year ago

When starting a gdbserver (like openocd) connected to a multi-core SoC the gdb server may open multiple ports. This change allows user to configure which port GDB connect to rather than forcing GDB to connec to the first port.

TODO list:

Fixes #569

jonahgraham commented 1 year ago

Converted to draft and added a TODO list to description.

ilg-ul commented 1 year ago

wording of the checkbox

yes, this is a hard one. :-(

ilg-ul commented 1 year ago

wording of the checkbox

How about "In sync with the GDB server"?

jonahgraham commented 1 year ago

Replaced by solution #571