Questions related to GDB's Python API.
I'm trying to add pretty printing for STL objects in eclipse cdt. I tried to follow the steps described here: …
c++ eclipse gdb eclipse-cdt gdb-pythonI'm trying to create a little unit test with gdb, for a embedded mcu that is controlled by OpenOCD (that …
unit-testing scripting gdb openocd gdb-python