gdbgui icon indicating copy to clipboard operation
gdbgui copied to clipboard

use gdb's `-list-feature` instead of heuristics

Open cs01 opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. gdb features, such as whether reverse debugging is enabled, is currently guessed at by gdbgui.

Describe the solution you'd like use -list-feature instead of guessing gdb's features

https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Support-Commands.html#GDB_002fMI-Support-Commands

cs01 avatar Feb 18 '20 05:02 cs01