After having launched GDB, the user must connect to the RTEMS target with the following commands:
(gdb) setrpcmode sun (gdb) setdaemontype rdbg (gdb) target rtems target-name
Then he can use the file GDB command to specify the binary to be debugged.
This initialization phase can be written in a ``.gdbinit''
file. Each time, the user will launch GDB, it will execute this initialization
sequence.
Copyright © 1988-2004 OAR Corporation