manpagez: man pages & more
info gdb
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

18.2.1.1 Connecting to VxWorks

The No value for GDBN command target lets you connect to a VxWorks target on the network. To connect to a target whose host name is “tt”, type:

 
(vxgdb) target vxworks tt

No value for GDBN displays messages like these:

 
Attaching remote machine across net...
Connected to tt.

No value for GDBN then attempts to read the symbol tables of any object modules loaded into the VxWorks target since it was last booted. No value for GDBN 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:

 
prog.o: No such file or directory.

When this happens, add the appropriate directory to the search path with the No value for GDBN command path, and execute the target command again.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.