gdb-multiarch
The GNU debugger (with all architectures enabled)
GDB is the GNU debugger. With it, you can monitor what a program is doing while it runs or what it was doing just before a crash. It allows you to specify the runtime conditions, to define breakpoints, and to change how the program is running to try to fix bugs. It can be used to debug programs written in C, C++, Ada, Objective-C, Pascal and more.
- Versions: 16.3
- Website: https://www.gnu.org/software/gdb/
- Licenses: GPL 3+
- Package source: gnu/packages/gdb.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gdb-multiarch
as follows:
guix install gdb-multiarch
Or install a particular version:
guix install gdb-multiarch@16.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of gdb-multiarch about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gdb-multiarch'><img src='https://packages.guix.gnu.org/packages/gdb-multiarch/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gdb-multiarch)
Example Org:
[[https://packages.guix.gnu.org/packages/gdb-multiarch][https://packages.guix.gnu.org/packages/gdb-multiarch/badges/latest-version.svg]]