StevenLwcz / gdb-python

Python API for GDB with ARM Assembly Programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdb-python

Using the Python API for GDB to produce commands and TUI Windows to improve debugging with ARM assembler.

See The Wiki for more information.

The latest additions:

  1. vector.py: Display vector registers in a much more friendly way than GDB allows.
  2. general.py: Improved Tui register window.
  3. infogsd.py: Improved info commands for general, single, double and vector registers.

Armv8-a and AArch64 supported.

  1. general-riscv.py: Improved Tui register window for RISC-V.

See A Blog on Python GDB and ARM Assembler.

About

Python API for GDB with ARM Assembly Programming.


Languages

Language:Python 91.9%Language:Assembly 7.1%Language:GDB 0.6%Language:Makefile 0.4%