Re: bfd way to get list of loaded DSO from coredump
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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