Debugging with GDB (February 2008)

Table Of Contents
292 Debugging with GDB
Synopsis
-display-list
List the displays. Do not show the current values.
GDB command
The corresponding GDB command is info display’.
Example
N.A.
The -environment-cd command
Synopsis
-environment-cd pathdir
Set the GDB working directory.
GDB command
The corresponding GDB command is cd’.
Example
(gdb)
-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
^done
(gdb)
The -environment-directory command
Synopsis
-environment-directory pathdir
Add directory pathdir to the beginning of search path for source files.
GDB command
The corresponding GDB command is dir’.