About 789,000 results
Open links in new tab
  1. Python Auto-loading (Debugging with GDB) - sourceware.org

    When a new object file is read (for example, due to the file command, or because the inferior has loaded a shared library), GDB will look for Python support scripts in several ways: objfile-gdb.py and …

  2. linux - Loading python support in gdb - Stack Overflow

    Nov 3, 2016 · The official documentation says you have to add the path of python-gdb.py as add-auto-load-safe-path in ~\.gdbinit, but gdb says to me too that no scripts are loaded.

  3. GDB with Python — NuttX latest documentation

    Add the following argument to the GDB command line: -ix="nuttx/tools/pynuttx/gdbinit.py" GDB will automatically load the Python script, enabling the use of custom commands.

  4. How To Script GDB With Python For Automated Debugging ...

    Discover how to save your scripts as Python files and load them into GDB to streamline repetitive tasks.

  5. Debugging with Python in GDB - Undo

    Master GDB Python integration for advanced debugging. Learn Python in GDB with our step-by-step guide.

  6. Auto-loading - Debugging with GDB - DESY

    When a new object file is read (for example, due to the file command, or because the inferior has loaded a shared library), gdb will look for Python support scripts in several ways: objfile-gdb.py (see objfile …

  7. Python extension for the GNU project debugger (GDB) - GitHub

    In this package python code breakpoints are supported by utilizing a python-c-extension breakpoint-mark function which is accessible from the GDB console. This method requires that python code …

  8. DebuggingWithGdb - Python Wiki

    There are types of bugs that are difficult to debug from within Python: segfaults (not uncaught Python exceptions) hung processes (in cases where you can't get a Python traceback or debug with pdb) out …