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: bfd way to get list of loaded DSO from coredump


On 01/26/2014 02:13 PM, Dmitry Samersoff wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Everybody,
> 
> What is the best way to get list of shared libraries loaded by
> process at time of crash using libbfd ?
> i.e. similar to what "info shared" gdb command does.

You didn't mention the target, but the knowledge of how to extract
the set of loaded shared libraries is actually in GDB (the solib* files),
not BFD.

-- 
Pedro Alves


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