This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debug Symbols from GDB Server


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.   ;-/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]