This is the mail archive of the gdb@sources.redhat.com 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: Does the GDB need a symbol table?


On Wed, Nov 20, 2002 at 08:14:28PM +0100, James Sampson wrote:
> Hello
> 
> If I were to debug a target remotely, and the target is already loaded and 
> ready to start, when I attach the GDB. Can I just debug it there, or does the 
> GDB need to download the program so it has it's hands on the symbol table for 
> that program?

Well, it needs the symbol table, but it doesn't need to do the
download.  Just give GDB the file, don't bother saying "load".

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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