472 GDB Files Contents|Index|Previous|Next

GDB Files

GDB needs to know the file name of the program to be debugged, both in order to read its symbol table and in order to start your program. To debug a core dump of a previous run, you must also tell GDB the name of the core dump file.

See the following documentation for more details on command specification and symbol files with GDB.

Commands to specify files

Errors reading symbol files

0