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


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.

Apart from the usual libc things, the only other significant
library i use is libX11.

Do shared libraries get unloaded after exiting from them?

In /etc/ld.so.conf, i have:

  /usr/lib/debug
  /usr/X11R6/lib/debug


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