macOS
brew install arm-none-eabi-gdblocal Homebrew formula metadata
sudo port install arm-none-eabi-gdbMacPorts ports tree · cross/arm-none-eabi-gdb/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für arm-none-eabi-gdb in AI-Agent-Workflows.
Installation
brew install arm-none-eabi-gdblocal Homebrew formula metadata
sudo port install arm-none-eabi-gdbMacPorts ports tree · cross/arm-none-eabi-gdb/Portfile · Quelle: api.github.com
sudo pacman -S arm-none-eabi-gdbArch Linux sync databases · arm-none-eabi-gdb · Quelle: geo.mirror.pkgbuild.com
Überblick
GNU debugger for arm-none-eabi cross development
Verlauf
arm-none-eabi-gdb is the Homebrew-packaged GNU Debugger built for the ARM bare-metal target tuple. The upstream project is GDB itself: the GNU Project debugger maintained at Sourceware in the shared binutils-gdb repository, with the formula name exposing the embedded cross-debugging target rather than a separate upstream project.
GDB is one of the long-running GNU development tools. Sourceware's old-release archive lists GDB 2.0 in February 1987 and a long sequence of 2.x, 3.x, 4.x, and later releases, while the current manual is maintained by the Free Software Foundation and Sourceware. The project moved into the Sourceware-hosted binutils-gdb Git repository, where current sources, release branches, generated manuals, bug tracking, and release notes are published.
For package users, arm-none-eabi-gdb matters because GDB's target architecture support can be packaged separately from the host debugger. The `arm-none-eabi` tuple conventionally points at ARM embedded systems without an operating-system ABI, so this package sits next to cross GCC, binutils, OpenOCD, vendor board SDKs, and firmware build systems rather than ordinary host-native debugging.
GDB became a default debugger in Unix-like development environments because it can debug native programs, remote targets, simulators, and many languages from a single CLI. Sourceware's project page explicitly describes native, remote, and simulator operation, which is exactly the capability embedded developers rely on when a workstation debugger talks to a microcontroller through a probe or debug server.
The cross-target package form reflects adoption by embedded toolchains and package managers: users install a target-specific binary named `arm-none-eabi-gdb` so scripts and IDE integrations can call the debugger that matches the rest of the ARM bare-metal toolchain.
Typical use is command-line or IDE-driven debugging of firmware ELF files, often connecting to a remote target such as `gdbserver` or an embedded debug server. GDB startup reads early init files, system init files, home init files, local `.gdbinit`, command files, and command-line `-ex` or `-x` commands, which is why package users care about the exact init-file paths.
The package installs executables such as `arm-none-eabi-gdb`, `arm-none-eabi-gdb-add-index`, and `arm-none-eabi-gstack`, according to the supplied package facts.
This is a good example of a package name encoding a compiler target triple. The upstream repo is GDB, but the package identity is the cross-debugger binary name, so metadata needs to avoid inventing a separate `arm-none-eabi-gdb` upstream while still preserving the target-specific executable users actually install.
Its config story is unusually important for curation because GDB loads both global and per-directory initialization files, and local `.gdbinit` behavior is a common source of convenience, reproducibility, and security policy decisions.
Sicherheitslage
escape, surveillance, or offensive capability signal.
red Risiko · mittel Konfidenz · escape-surveillance-offensive
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/gdb/gdbearlyinit~/.config/gdb/gdbearlyinit~/.gdbearlyinitsystem.gdbinitsystem.gdbinit.d$XDG_CONFIG_HOME/gdb/gdbinit~/.config/gdb/gdbinit~/.gdbinit.gdbinit~/Library/Preferences/gdb/gdbearlyinit~/.gdbearlyinitsystem.gdbinitsystem.gdbinit.d~/Library/Preferences/gdb/gdbinit~/.gdbinit.gdbinitExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
arm-none-eabi-gdb | cli | globales Executable | |
arm-none-eabi-gdb-add-index | cli | globales Executable | |
arm-none-eabi-gstack | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://www.gnu.org/software/gdb/
Installationsmetadaten
| Paketschlüssel | brew:arm-none-eabi-gdb |
|---|---|
| Version | 17.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/arm-none-eabi-gdb |
| Homepage | https://www.gnu.org/software/gdb/ |
| Repository | https://sourceware.org/git/binutils-gdb.git |
| Upstream-Dokumentation | https://sourceware.org/gdb/current/onlinedocs/gdb.html |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://ftpmirror.gnu.org/gnu/gdb/gdb-17.2.tar.xz |
| Zuletzt aktualisiert | 2026-05-10T20:39:26Z |
| Pulse | updated |
| Abhängigkeiten | gmp, mpfr, ncurses, python@3.14, readline, xz, zstd |
| Build-Abhängigkeiten | pkgconf, texinfo |
| Von macOS bereitgestellte Bibliotheken | expat |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | arm-none-eabi-gdb |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
arm-none-eabi-gdb 17.1-1
The GNU Debugger for the ARM EABI (bare-metal) target
https://www.gnu.org/software/gdb/
sudo pacman -S arm-none-eabi-gdbarm-none-eabi-gdb
sudo port install arm-none-eabi-gdbQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.