About 199,000 results
  1. Building GDB with a cross-compiler, including Python support

    Building GDB with a cross-compiler, including Python support N.B. Corrections and improvements to these instructions are welcome! Cross-compiling a program that links with Python is …

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

    Nov 3, 2016 · One thing to try is to find the file where py-bt is defined, and then make sure the containing directory is in some auto-load or debug-file directory that gdb will search. In …

  3. Debugging C API extensions and CPython Internals with GDB

    3 days ago · Setup with Python built from source ¶ When you build CPython from source, debugging information should be available, and the build should add a python-gdb.py file to …

  4. GDB support - Python Developer's Guide

    GDB support ¶ Page moved ¶ Information on debugging CPython using GDB is now in the main Python documentation, since it is relevant for C extension modules as well. Please read it first: …

  5. GDB with Python — NuttX latest documentation

    GDB will automatically load the Python script, enabling the use of custom commands. How to write a GDB python script Here is an article that introduces the fundamental principles of …

  6. Metal.GDB: Controlling GDB through Python Scripts with the ...

    Nov 9, 2020 · Note that the standard arm-none-eabi build has a separate executable called arm-none-eabi-gdb-py that requires python-2.7. What is the GDB Python API? The gdb Python API …

  7. Unable to install GDB with python support - Stack Overflow

    May 6, 2016 · The thing is, I want to have python support in my GDB installation. When I ran ./configure --with-python with make in the GDB source file directory, however, the "make" …

  8. Python (Debugging with GDB) - sourceware.org

    Python scripts used by GDB should be installed in data-directory/python, where data-directory is the data directory as determined at GDB startup (see Data Files). This directory, known as the …