arm-none-eabi-gdb

GNU debugger for ARM Cortex-A/R/M processors

Install

All systems
curl cmd.cat/arm-none-eabi-gdb.sh
Debian Debian
apt-get install gdb-arm-none-eabi
Ubuntu
apt-get install gdb-arm-none-eabi
Arch Arch Linux
pacman -S arm-none-eabi-gdb
Fedora
dnf install arm-none-eabi-gdb
Windows (WSL2)
sudo apt-get update sudo apt-get install gdb-arm-none-eabi
Raspbian
apt-get install gdb-arm-none-eabi

gdb-arm-none-eabi

GNU debugger for ARM Cortex-A/R/M processors

Bare metal GNU debugger for embedded ARM chips using Cortex-M0/M0+/M3/M4, Cortex-R4/R5/R7 and Cortex-A* processors. GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred.

arm-none-eabi-gdb

The GNU Debugger for the ARM EABI (bare-metal) target