# x86_64-elf-gdb mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für x86_64-elf-gdb in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:x86_64-elf-gdb
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install x86_64-elf-gdb
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:x86_64-elf-gdb
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/x86_64-elf-gdb>
- **Version:** 17.2
- **Quellzusammenfassung:** GNU debugger for x86_64-elf cross development
- **Homepage:** <https://www.gnu.org/software/gdb/>
- **Upstream-Dokumentation:** <https://www.gnu.org/software/gdb/>
- **Lizenz:** GPL-3.0-or-later
- **Quellarchiv:** <https://ftpmirror.gnu.org/gnu/gdb/gdb-17.2.tar.xz>
- **Zuletzt aktualisiert:** 2026-05-10T20:39:27Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- x86_64-elf-gdb (cli)
- x86_64-elf-gdb-add-index (cli)
- x86_64-elf-gstack (cli)
- x86_64-elf-gdb (Alias)
- x86_64-elf-gdb-add-index (Alias)
- x86_64-elf-gstack (Alias)

## Abhängigkeiten

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

## Build-Abhängigkeiten

- pkgconf
- texinfo

## Von macOS bereitgestellte Bibliotheken

- expat

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 17.2
- Manager aktualisiert: 2026-05-10
- lokale Daten: OK
- Upstream-Repository: https://www.gnu.org/software/gdb/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

GNU GDB is the GNU Project's portable source-level debugger. It is used to inspect a program while it runs, examine crashes, set breakpoints and watchpoints, inspect memory and registers, and change state during a debugging session.

The x86_64-elf variant packages GDB as a cross-debugger for bare-metal or freestanding x86-64 ELF targets rather than for the host operating system. That matters in OS development, firmware, kernels, and emulator workflows where the program being debugged cannot run a full debugger locally.

### Projektgeschichte

GDB was first written by Richard Stallman in 1986 as part of the GNU system, after GNU Emacs had become reasonably stable. It was modeled after the dbx debugger from Berkeley Unix and released as free software under the GNU General Public License.

From 1990 to 1993 GDB was maintained by John Gilmore; it is now maintained by the GDB Steering Committee appointed by the Free Software Foundation. Development lives in the shared sourceware binutils-gdb repository, reflecting GDB's long technical relationship with BFD, object-file formats, assemblers, linkers, and the rest of the GNU toolchain.

### Adoptionsgeschichte

GDB became the standard debugger in much of the GNU, Unix-like, and embedded-toolchain world because it runs on common host systems while targeting many architectures and languages. Its command-line interface, machine interface, Python scripting, remote protocol, and IDE integrations made it useful both as a standalone tool and as plumbing underneath graphical debuggers and editors.

Remote debugging is central to its adoption outside ordinary user-space programs. The GDB manual describes remote debugging for systems that cannot run GDB normally, such as operating-system kernels and small systems without a general-purpose OS; OS development guides commonly pair GDB with QEMU, Bochs, serial stubs, or kernel stubs.

### Wie es verwendet wird

Users install x86_64-elf-gdb when their target binary is an x86-64 ELF image independent of the host ABI. The target-prefixed executable keeps the debugger configured for cross-debugging and avoids accidentally treating a freestanding kernel, boot component, or emulator-loaded image as a native macOS or Linux process.

Typical sessions load symbols from a kernel or firmware ELF file, connect to a remote target with commands such as target remote localhost:1234, set breakpoints in early boot or kernel code, inspect registers and memory, and single-step code running under QEMU, Bochs, hardware stubs, or another simulator.

### Warum Paket-Nerds sich dafür interessieren

For package users, the important bit is the GNU target tuple in the executable name. x86_64-elf-gdb belongs with x86_64-elf-gcc and x86_64-elf-binutils in the classic bare-metal cross-toolchain stack used by OSDev tutorials and hobby kernels.

### Zeitleiste

- 1986: Richard Stallman writes the first GDB as part of the GNU system.
- 1990-1993: John Gilmore maintains GDB.
- 2000s: GDB's remote debugging and machine-interface roles become core to embedded, IDE, and kernel workflows.
- 2020s: GDB continues in the sourceware binutils-gdb repository with active support for many languages, architectures, and remote targets.

### Related projects

- GNU Binutils supplies the object-file and disassembly ecosystem GDB depends on.
- GCC commonly emits the debug information that GDB consumes.
- QEMU and Bochs are common emulator partners for x86_64-elf remote debugging.

### Quellen

- <https://en.wikipedia.org/wiki/GNU_Debugger>
- <https://sourceware.org/gdb/current/onlinedocs/gdb.html/Configure-Options.html>
- <https://sourceware.org/gdb/current/onlinedocs/gdb.html/Remote-Debugging.html>
- <https://wiki.osdev.org/GDB>
- <https://www.gnu.org/software/gdb/>


## Sicherheitshinweise

escape, surveillance, or offensive capability signal.

- **Geiger-Risiko:** red / mittel
- escape, surveillance, or offensive capability signal

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** x86_64-elf-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


## Verwandte Links

- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [xz](https://pkg.so/de/brew/xz/) - Runtime dependency declared by Homebrew.
- [zstd](https://pkg.so/de/brew/zstd/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/de/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [ncurses](https://pkg.so/de/brew/ncurses/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [texinfo](https://pkg.so/de/brew/texinfo/) - Build dependency declared by Homebrew.
- [gdb](https://pkg.so/de/brew/gdb/) - Shares the same upstream homepage.
- [arm-none-eabi-gdb](https://pkg.so/de/brew/arm-none-eabi-gdb/) - Shares the same upstream homepage.
- [riscv64-elf-gdb](https://pkg.so/de/brew/riscv64-elf-gdb/) - Shares the same upstream homepage.
- [aarch64-elf-gdb](https://pkg.so/de/brew/aarch64-elf-gdb/) - Shares the same upstream homepage.
- [i386-elf-gdb](https://pkg.so/de/brew/i386-elf-gdb/) - Shares the same upstream homepage.
- [x86_64-linux-gnu-binutils](https://pkg.so/de/brew/x86-64-linux-gnu-binutils/) - Shares pkgdb curated category or tags: cli, cross-development, developer-tools, gnu, x86-64.
- [x86_64-elf-binutils](https://pkg.so/de/brew/x86-64-elf-binutils/) - Shares pkgdb curated category or tags: cli, cross-development, developer-tools, gnu.
- [m68k-elf-gcc](https://pkg.so/de/brew/m68k-elf-gcc/) - Shares pkgdb curated category or tags: cli, developer-tools, elf, gnu.
- [ddd](https://pkg.so/de/brew/ddd/) - Shares pkgdb curated category or tags: cli, debugger, developer-tools, gnu.
- [gettext](https://pkg.so/de/brew/gettext/) - Shares pkgdb curated category or tags: cli, developer-tools, gnu.

## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
