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: multithreaded core files


On Thu, Jan 25, 2007 at 01:54:05PM -0600, Neo wrote:
> Could you point me to the code that does this job inside GDB?

The corefile code will load one set of registers for each thread.
The code is scattered around, e.g. in corefile.c and in bfd to create
the .reg "sections".

-- 
Daniel Jacobowitz
CodeSourcery


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