Whole document tree
14.3.13.1 Setting file to debug
The GDB command
GDB then attempts to read the symbol table of `prog'. GDB locates the file by searching the directories listed in the command search path. If the file was compiled with debug information (option "-g"), source files will be searched as well. GDB locates the source files by searching the directories listed in the directory search path (see section Your program's environment). If it fails to find a file, it displays a message such as:
When this happens, add the appropriate directories to the search paths with
the GDB commands This document was generated by root on January, 30 2002 using texi2html |