Re: Using GDB to debug ia64 files

2004-07-01 Thread Ashwin N
Larry Hall wrote: At 06:39 AM 6/30/2004, you wrote: [...] I'de like to add PDB support to the BFD library, but I have problems finding my way into the code. Have an idea of what to read/do first ? If I can manage to add support of the PDB format to BFD, do you think I will be able to do what

RE: Using GDB to debug ia64 files

2004-06-30 Thread Vincent Girard-Reydet
GDB to debug ia64 files At 02:22 AM 6/29/2004, you wrote: I must add a precision : only the platform is ia64. My development machine is ia32, and I do cross-compilation to compile my BIOS. Sure but you'll need tools that work with ia64, just like your BIOS does. I never heard

RE: Using GDB to debug ia64 files

2004-06-30 Thread Larry Hall
] Objet : RE: Using GDB to debug ia64 files At 02:22 AM 6/29/2004, you wrote: I must add a precision : only the platform is ia64. My development machine is ia32, and I do cross-compilation to compile my BIOS. Sure but you'll need tools that work with ia64, just like your BIOS does. I never

RE: Using GDB to debug ia64 files

2004-06-29 Thread Vincent Girard-Reydet
I must add a precision : only the platform is ia64. My development machine is ia32, and I do cross-compilation to compile my BIOS. I never heard of this vanilla Windows version of gdb, have you informations about it ? Hi people of Cygwin GDB, I'm trying to do some quite complicated debug

Using GDB to debug ia64 files

2004-06-28 Thread Vincent Girard-Reydet
Hi people of Cygwin GDB, I'm trying to do some quite complicated debug stuff with Cygwin, and can't find how to do it. Would someone know how to help me ? Here is the problem : I have a BIOS compiled with the VC++ compiler for ia64. This BIOS is EFI (www.intel.com/technology/efi/) based. The

Re: Using GDB to debug ia64 files

2004-06-28 Thread Larry Hall
At 10:46 AM 6/28/2004, you wrote: Hi people of Cygwin GDB, I'm trying to do some quite complicated debug stuff with Cygwin, and can't find how to do it. Would someone know how to help me ? Here is the problem : I have a BIOS compiled with the VC++ compiler for ia64. This BIOS is EFI

Re: Using GDB to debug ia64 files

2004-06-28 Thread Christopher Faylor
On Mon, Jun 28, 2004 at 04:46:26PM +0200, Vincent Girard-Reydet wrote: Hi people of Cygwin GDB, find how to do it. Would someone know how to help me ? Here is the problem : I have a BIOS compiled with the VC++ compiler for ia64. This BIOS is EFI (www.intel.com/technology/efi/) based. The BIOS is