Date: Wed, 28 Mar 2001 12:35:27 -0500 Message-Id: <200103281735.MAA05011@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Wed, 28 Mar 2001 11:39:09 +0200 (IST)) Subject: Re: dpmiexcp.c with core dumping References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Could you or someone else please post a list of issues that need to be > solved/figured out in order to add core file support to GDB? The info I don't know the gdb side, but the key is that bfd needs to be able to read the core file. > In particular, I don't really understand why does the core file needs > to be COFF. It can be anything, as long as bfd and gdb can use it.