|
The Gdbserver
The gdbserver is a debug agent that runs on the target. It
executes the debugged program under its control, either by
starting it or attaching to an already running process. It
communicates with gdb on the host side over a serial link or a
socket (TCP/IP), and uses the ptrace system call to read and
write to the debugged process' registers and memory. It has
threaded debugging enabled.
The gdbserver is available in the download
section.
|