eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Adapter does not work with older GDBs #187

Closed jonahgraham closed 2 years ago

jonahgraham commented 2 years ago

The current adapter assumes a newish version of GDB. For example using -source option to -break-insert

jonahgraham commented 2 years ago

188 provides support back to GDB 7.6 on Linux.

jonahgraham commented 2 years ago

I couldn't get a native GDB 7.6 to work on Windows, so for Windows I tested by running GDB 10 (from msys2) but having it advertise as GDB 7.6.

This issue is now resolve. If additional issues are found new bugs should be raised.