This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
RE: Shared libaries and core files
> From: Pedro Alves [pedro@codesourcery.com]
>
> > Naively, I would expect the dynamic loading routines in the process
> > would have to keep track of all the loaded libraries, and GDB could
> > extract from these data structures the complete list of libraries that
> > were loaded at the moment of the process failure.
>
> Correct.
That is good to learn. Is there any simple way, given a core file, to
extract an explicit list of loaded libraries?
Dale