# Installer arm-none-eabi-gdb avec Homebrew, MacPorts, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de arm-none-eabi-gdb pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:arm-none-eabi-gdb
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install arm-none-eabi-gdb
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install arm-none-eabi-gdb
```

  Preuve: MacPorts ports tree: cross/arm-none-eabi-gdb/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- pacman (92%):

```sh
sudo pacman -S arm-none-eabi-gdb
```

  Preuve: Arch Linux sync databases: arm-none-eabi-gdb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:arm-none-eabi-gdb
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/arm-none-eabi-gdb>
- **Version:** 17.2
- **Résumé source:** GNU debugger for arm-none-eabi cross development
- **Page d'accueil:** <https://www.gnu.org/software/gdb/>
- **Docs amont:** <https://www.gnu.org/software/gdb/>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://ftpmirror.gnu.org/gnu/gdb/gdb-17.2.tar.xz>
- **Dernière mise à jour:** 2026-05-10T20:39:26Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- arm-none-eabi-gdb (cli)
- arm-none-eabi-gdb-add-index (cli)
- arm-none-eabi-gstack (cli)
- arm-none-eabi-gdb (alias)
- arm-none-eabi-gdb-add-index (alias)
- arm-none-eabi-gstack (alias)

## Dépendances

- gmp
- mpfr
- ncurses
- python@3.14
- readline
- xz
- zstd

## Dépendances de compilation

- pkgconf
- texinfo

## Bibliothèques fournies par macOS

- expat

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 17.2
- gestionnaire mis à jour: 2026-05-10
- données locales: OK
- dépôt amont: https://www.gnu.org/software/gdb/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 1987: Sourceware's old-release archive lists gdb-2.0.
- 1999: Sourceware lists pre- and post-reformat GDB source snapshots.
- 2025: GDB 17.1 released with debugger adapter protocol, Python, Guile, and target-support changes.
- 2026: GDB 17.2 released as a corrective release.

### Related projects

- GNU Binutils shares the upstream binutils-gdb repository.
- GNU GCC and the `arm-none-eabi` cross toolchain are common companions.
- OpenOCD, pyOCD, and vendor debug servers commonly provide the remote target endpoint used by embedded GDB sessions.

### Sources

- <https://sourceware.org/gdb/>
- <https://sourceware.org/gdb/current/>
- <https://sourceware.org/gdb/current/onlinedocs/gdb.html/Startup.html>
- <https://sourceware.org/gdb/news/>
- <https://sourceware.org/pub/gdb/old-releases/>
- source_facts.description
- source_facts.executables


## Notes de sécurité

escape, surveillance, or offensive capability signal.

- **Risque Geiger:** red / moyen
- escape, surveillance, or offensive capability signal


## Configuration and credential file locations

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.


## Configuration files

- Linux: $XDG_CONFIG_HOME/gdb/gdbearlyinit, ~/.config/gdb/gdbearlyinit, ~/.gdbearlyinit, system.gdbinit, system.gdbinit.d, $XDG_CONFIG_HOME/gdb/gdbinit, ~/.config/gdb/gdbinit, ~/.gdbinit, .gdbinit
- macOS: ~/Library/Preferences/gdb/gdbearlyinit, ~/.gdbearlyinit, system.gdbinit, system.gdbinit.d, ~/Library/Preferences/gdb/gdbinit, ~/.gdbinit, .gdbinit
## Détails de la base source

- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- pacman - arm-none-eabi-gdb - 17.2-1: normalized package name match | Arch Linux sync databases: arm-none-eabi-gdb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The GNU Debugger for the ARM EABI (bare-metal) target | https://www.gnu.org/software/gdb/
- MacPorts - arm-none-eabi-gdb: normalized package name match | MacPorts ports tree: cross/arm-none-eabi-gdb/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [xz](https://pkg.so/fr/brew/xz/) - Runtime dependency declared by Homebrew.
- [zstd](https://pkg.so/fr/brew/zstd/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [ncurses](https://pkg.so/fr/brew/ncurses/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [texinfo](https://pkg.so/fr/brew/texinfo/) - Build dependency declared by Homebrew.
- [gdb](https://pkg.so/fr/brew/gdb/) - Shares the same upstream homepage.
- [riscv64-elf-gdb](https://pkg.so/fr/brew/riscv64-elf-gdb/) - Shares the same upstream homepage.
- [aarch64-elf-gdb](https://pkg.so/fr/brew/aarch64-elf-gdb/) - Shares the same upstream homepage.
- [x86_64-elf-gdb](https://pkg.so/fr/brew/x86-64-elf-gdb/) - Shares the same upstream homepage.
- [i386-elf-gdb](https://pkg.so/fr/brew/i386-elf-gdb/) - Shares the same upstream homepage.
- [mspdebug](https://pkg.so/fr/brew/mspdebug/) - Shares pkgdb curated category or tags: cli, debugger, debugging, developer-tools, embedded.
- [probe-rs-tools](https://pkg.so/fr/brew/probe-rs-tools/) - Shares pkgdb curated category or tags: cli, debugging, developer-tools, embedded.
- [ddd](https://pkg.so/fr/brew/ddd/) - Shares pkgdb curated category or tags: cli, debugger, debugging, developer-tools, gdb.
- [cgdb](https://pkg.so/fr/brew/cgdb/) - Shares pkgdb curated category or tags: cli, debugger, debugging, developer-tools, gdb.
- [arduino-cli](https://pkg.so/fr/brew/arduino-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.
- [delve](https://pkg.so/fr/brew/delve/) - Shares pkgdb curated category or tags: cli, debugger, debugging, developer-tools.
- [picotool](https://pkg.so/fr/brew/picotool/) - Shares pkgdb curated category or tags: cli, developer-tools, embedded.

## Combined YAML source

View the package source record on GitHub. [combined/arm-none-eabi-gdb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/arm-none-eabi-gdb.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
