Next: Server, Previous: Connecting, Up: Remote Debugging
Some remote targets offer the ability to transfer files over the same
connection used to communicate with gdb. This is convenient
for targets accessible through other means, e.g. gnu/Linux systems
running gdbserver
over a network interface. For other targets,
e.g. embedded devices with only a single serial port, this may be
the only way to upload or download files.
Not all remote targets support these commands.
remote put
hostfile targetfileremote get
targetfile hostfileremote delete
targetfile