Invoke and control GDB from Python

后端 未结 2 2013
清酒与你
清酒与你 2020-12-01 06:26

I am running a Python GUI application. I want to invoke and control GDB from it, like load an executable file, set breakpoints etc. I see that GDB has a command line interfa

2条回答
  •  無奈伤痛
    2020-12-01 07:19

    Yes, you can control GDB from Python. The Python documentation is at http://sourceware.org/gdb/current/onlinedocs/gdb/Python.html#Python.

    If you want an example of some scripting, take a look at http://tromey.com/blog/?p=548

提交回复
热议问题