Top "Gdb-python" questions

Questions related to GDB's Python API.

How to enable gdb pretty printing for C++ STL objects in Eclipse CDT?

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-python
How to script gdb (with python)? Example add breakpoints, run, what breakpoint did we hit?

I'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