Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Date: Wed, 29 Dec 1999 16:12:40 -0500 From: Christopher Faylor To: Egor Duda Cc: DJ Delorie , cygwin-developers Subject: Re: Core dumps Message-ID: <19991229161240.E7370@cygnus.com> Mail-Followup-To: Egor Duda , DJ Delorie , cygwin-developers References: <199912241433 DOT JAA08721 AT envy DOT delorie DOT com> <170 DOT 991230 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <170.991230@logos-m.ru>; from deo@logos-m.ru on Thu, Dec 30, 1999 at 12:01:06AM +0300 On Thu, Dec 30, 1999 at 12:01:06AM +0300, Egor Duda wrote: >>> I have working implementation of true core files for cygwin (this >>> includes core dumper utility and patches to gdb), but it needs some >>> cleanup. If someone needs them, i can do it. > >DD> Would you be interested in making this an official part of gdb/cygwin? > >Gladly. > >I'm attaching all needed patches. dumper utility is called > >dumper [-v] [-c filename] > >-v -- be verbose >-c -- generate core file named filename.core (default is ".core"). > >and generates elf core file which can be debugged with gdb. > >gdb and bfd patch are made against gdb 4.18 and bfd from 1999-02-08. >winsup patch is made against snapshot-19991222 >If needed, i can resync with more recent versions. This is great stuff. I've been meaning to ask you about this for some time. It is likely that this won't apply cleanly against gdb, at least, but we'll let you know. cgf