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]

identifying shared libraries in gdb?


We've got a core file from a customer and suspect that the customer may
not have the right set of shared libraries installed.  On solaris dbx, we
would use "proc -map" to see the elf checksums of each loaded library and
run "elfdump -k" on the .so's that should be there and see if the
checksums match.  Is the a way to do the equivalent in gdb on linux?



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