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: Unknown files


On Tue, May 09, 2006 at 11:51:04PM +1000, Russell Shaw wrote:
> Daniel Jacobowitz wrote:
> >On Tue, May 09, 2006 at 10:19:49PM +1000, Russell Shaw wrote:
> >
> >>Hi,
> >>When bt shows history inside of a file without debugging
> >>symbols, how do i find what file it is?
> >
> >
> >It looks like your GDB has failed to load libraries.  Try "info
> >shared".
> 
> (gdb) info shared
> No shared libraries loaded at this time.

Then, your GDB is broken.  Do you get warnings about not being able to
find the dynamic linker?  How are you starting the program to be
debugged?  If you're remote debugging, did you use "file"?

You need to give more details before we can help you.

-- 
Daniel Jacobowitz
CodeSourcery


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