pkg.soopen package index

brew / rang 4718

Installer x86_64-elf-gdb avec Homebrew

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install x86_64-elf-gdb

local Homebrew formula metadata

aperçu

Résumé du paquet

GNU debugger for x86_64-elf cross development

Commandes et alias

  • x86_64-elf-gdb
  • x86_64-elf-gdb-add-index
  • x86_64-elf-gstack

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

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

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.

Chronologie

  • 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.

posture de sécurité

Niveau de risque : red

escape, surveillance, or offensive capability signal.

Classificateur de risque

risque red · confiance moyen · escape-surveillance-offensive

Pourquoi

  • escape, surveillance, or offensive capability signal

Signaux

  • text:debugger

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
x86_64-elf-gdbexécutableexécutable indexéDécouvert depuis l'index local des exécutables.
x86_64-elf-gdb-add-indexexécutableexécutable indexéDécouvert depuis l'index local des exécutables.
x86_64-elf-gstackexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire17.2
gestionnaire mis à jour2026-05-10
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:x86_64-elf-gdb
Version17.2
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://www.gnu.org/software/gdb/
Dernière mise à jour2026-05-10T20:39:27Z
Pulseupdated
Bouteillenon enregistré
Serviceaucun déclaré

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • pkg.so package database
  • pkgdb category and tag curation