gdb

Debugging and Performance

Software Description

gdb - The GNU Debugger. It allows you to debug programs written in C, C++, FORTRAN, and Modula-2.


Info

Module Name

gdb

Last Updated On

08/29/2023

Support Level

Secondary Support

Software Access Level

Open Access

Home Page

https://www.gnu.org/software/gdb/

Documentation

Software Description

gdb - The GNU Debugger. It allows you to debug programs written in C, C++, FORTRAN, and Modula-2.

General Linux

Compile your source code with the -g flag. You can run gdb with no arguments or options. However the most common way to start gdb is with one or two arguments specifying an executable program and core dump as arguments. For example

gdb a.out

or

gdb a.out core

Agate Modules

Default

8.1

Other Modules

8.0.1_gcc7.2.0, 8.1

Mangi Modules

Default

8.1

Other Modules

8.0.1_gcc7.2.0, 8.1

Mesabi Modules

Default

8.1

Other Modules

8.0.1_gcc7.2.0, 8.1