
GDB/MI File Commands (Debugging with GDB) - sourceware.org
27.19 GDB/MI File Commands This section describes the GDB/MI commands to specify executable file names and to read in and obtain symbol table information.
Debugging with GDB - Examining Source Files
Specifies the line of the open-brace that begins the body of the function function in the file filename. You only need the file name with a function name to avoid ambiguity when there are identically named …
Debugging with GDB - List - GNU
Specifies the line of the open-brace that begins the body of the function function in the file filename. You only need the file name with a function name to avoid ambiguity when there are identically named …
list list <filename>:<function> list <filename>:<line_number> list <first>,<last> Shows the current or given source con-text. The filename may be omitted. If last is omitted the context starting at start is …
GNU gdb how to show source file name and lines of a symbol
Dec 25, 2013 · 19 when use GNU gdb to debug a c process. list command will print the lines but not telling me the file name. set breakpoints can display all the line and file info I want but I don't want to …
Debugging with GDB: GDB Files - Florida State University
You can change the value of this variable, for both GDB and your program, using the path command. On systems with memory-mapped files, an auxiliary file named `filename.syms' may hold symbol table …
Debugging with GDB - GDB Files - home.cs.colorado.edu
If so, GDB maps in the symbol table from `filename.syms', starting up more quickly. See the descriptions of the file options `-mapped' and `-readnow' (available on the command line, and with the commands …
GDB Command Reference - set filename-display command
This page explains the set filename-display command. The set filename-display command switches between absolute and relative file names displayed by the backtrace and frame commands.