This is the mail archive of the gdb@sources.redhat.com 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: cross targeted gdb and corefiles


Ok - it looks like it "may" be working - now for a very basic question.

I know i have to set so-absolute-prefix to my libs to get everything to live
correctly... How do i do that and read in a core???

:]k

-----Original Message-----
From: Kevin "Squail" Endres [mailto:kevine@wildseed.com]
Sent: Thursday, May 16, 2002 3:56 PM
To: Kevin "Squail" Endres; 'Kevin Buettner'; 'Daniel Jacobowitz';
'Richard.Earnshaw@arm.com'
Cc: 'gdb@sources.redhat.com'
Subject: RE: cross targeted gdb and corefiles


sorry - for the record - asm/elf.h and asm/proc/ptrace.h



-----Original Message-----
From: Kevin "Squail" Endres 
Sent: Thursday, May 16, 2002 3:55 PM
To: 'Kevin Buettner'; Kevin "Squail" Endres; 'Daniel Jacobowitz';
Richard.Earnshaw@arm.com
Cc: gdb@sources.redhat.com
Subject: RE: cross targeted gdb and corefiles


I dug through my headers - I stole the definitions from asm/proc.h and
asm/ptrace/proc.h

we will see if it works!

:]k

-----Original Message-----
From: Kevin Buettner [mailto:kevinb@redhat.com]
Sent: Thursday, May 16, 2002 3:54 PM
To: Kevin "Squail" Endres; 'Kevin Buettner'; 'Daniel Jacobowitz';
Richard.Earnshaw@arm.com
Cc: gdb@sources.redhat.com
Subject: Re: cross targeted gdb and corefiles


On May 16,  3:43pm, Kevin \Squail\ Endres wrote:

> ahh - so i need to find out what gregset_t and fpregset_t should be....
any
> hits where to look??

Look in <sys/ucontext.h> in your target's header files.  (That's a
place to start; it may actually drag in some definitions from the
kernel headers.)


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