Print gdb MI log from gdbWidget and gdbMonitor by QuangNguyenMinh123 · Pull Request #383 · epasveer/seer (original) (raw)

During development, I need to read GDB MI commands from both gdbWidget and gdbMonitor to verify that the workflow is correct.
The idea is to direct all GDB MI commands, both input and output, to be printed in the GDB Output Log tab.
I also added a CMake macro so that users can disable GDB log printing if they don’t want it.

image