Whole document tree
14.2.1.1 Connecting to VxWorks
The GDB command
GDB displays messages like these:
GDB then attempts to read the symbol tables of any object modules loaded into the VxWorks target since it was last booted. GDB locates these files by searching the directories listed in the command search path (see section Your program's environment); if it fails to find an object file, it displays a message such as:
When this happens, add the appropriate directory to the search path with
the GDB command This document was generated by root on January, 30 2002 using texi2html |