Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gdb

Gdb Pretty Printers For Qt5

Where I can find gdb pretty printers for qt5? I could find only for qt4 on kde developer site. Mayb… Read more Gdb Pretty Printers For Qt5

Use Named Pipes To Send Input To Program Based On Output

Here's a general example of what I need to do: For example, I would initiate a back trace by se… Read more Use Named Pipes To Send Input To Program Based On Output

How To Debug Underlying C++ Library From Python Interface?

I am using apollocaffe and Reinspect. Apollocaffe is in c++ library and Reinspect is in python. Rei… Read more How To Debug Underlying C++ Library From Python Interface?

How To Pass Sigint To Child Process With Python Subprocess.popen() Using Shell = True

I am currently trying to write (Python 2.7.3) kind of a wrapper for GDB, which will allow me to dyn… Read more How To Pass Sigint To Child Process With Python Subprocess.popen() Using Shell = True