delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Mon, 28 Jun 2004 12:08:07 -0400 |
From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com, gdb AT sources DOT redhat DOT com |
Subject: | Re: Using GDB to debug ia64 files |
Message-ID: | <20040628160807.GC3471@trixie.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com, gdb AT sources DOT redhat DOT com |
References: | <DMEELGGPLAIIEHCNLAEKKENDCAAA DOT vincent DOT girard-reydet AT bull DOT net> |
Mime-Version: | 1.0 |
In-Reply-To: | <DMEELGGPLAIIEHCNLAEKKENDCAAA.vincent.girard-reydet@bull.net> |
User-Agent: | Mutt/1.4.1i |
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 compiled under Windows, and it's a mandatory because some tools >I'm using have not been ported to Linux. >The BIOS is compiled in debug mode, thus generating Windows paths to the >debug files (PDB format) in the image. > >I've written a GDB stub in my BIOS. What I wish is to use GDB on Cygwin to >communicate with this stub and debug my BIOS. >What I don't know is : > - does GDB support COFF format and PDB format ? GDB supports PE format on Windows and uses STABS for debugging information. If you build your own version of gdb you can make it understand almost any format out there other than PDB. GDB doesn't understand PDB. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |