Debug Symbols from GDB Server
Michael Snyder
msnyder@specifix.com
Wed May 7 19:49:00 GMT 2008
On Wed, 2008-05-07 at 16:08 -0300, Vinicius Nunes Pinto wrote:
> I want to debug an application that is running remotely. My problem is
> that I don't have a copy of the symbol's file at the client, just on the
> host. I am also not able to use the command "remote get targetfile
> hostfile".
>
> Does anyone know how to retrieve the debug symbols (and load the
> symbols' tables) from the target by GDB server?
Can't be done. You need to somehow get a copy of the
remote symbol file onto the host where you run gdb.
That's just how it's done. ;-/
More information about the Gdb
mailing list