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
558 stars 130 forks source link

Add an option to prefer the xpacks/.bin path for QEMU #535

Closed ilg-ul closed 2 years ago

ilg-ul commented 2 years ago

Use xpacks/.bin when computing paths for qemu & gdb client.

ilg-ul commented 2 years ago

A button with Prefer the xpacks/.bin path was added in TabDebugger for the GDB server.

The GDB client uses the PATH computed by the configuration, so if there the xpacks/.bin path is used, it'll be used by the debugger too.

ilg-ul commented 2 years ago

Fixed on 2022-07-18.