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: What exactly does "info sharedlibrary" command show?


On Tue, Aug 29, 2006 at 03:05:19PM -0600, Steve Eaton wrote:
> Now imagine you had to do something useful with the said core file.  I
> have to try and match up all of the above shared libraries of various
> versions, or try and get fancy and parse the output and tar up the users
> files.  You don't have the luxury of having the -g in every library that
> is run everywhere.   
> 
> The best I have been able to do is to get the user to open the file in
> gdb and do a 
> thread apply all bt, in that way I can fiddle around with different
> versions of shared library files until the stacks look right.
> 
> Is there an option that a person could configure to include the so
> files in the core or something equivelent ?

Not that I know of, but it's been suggested for at least Linux in the
past.  You may wish to ask your OS vendor to implement this.

-- 
Daniel Jacobowitz
CodeSourcery


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