Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Fri, 30 Apr 1999 09:47:01 -0400 To: Egor Duda Cc: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: gdb "attach" and sharing thread info between processes Message-ID: <19990430094701.A10632@cygnus.com> References: <19990429130121 DOT A12386 AT cygnus DOT com> <4733 DOT 990430 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <4733.990430@logos-m.ru>; from Egor Duda on Fri, Apr 30, 1999 at 05:36:57PM +0400 On Fri, Apr 30, 1999 at 05:36:57PM +0400, Egor Duda wrote: >I'm also planning to make a patch to winsup, which would allow >to handle exceptions by starting debugger. i think it would be >acceptable substitution for core files functionality. What do you >think about usefulness of such patch? It sounds like a good idea as long as it doesn't add too much bloat to the DLL. It should also be possible to write "core files" that are actually readable by gdb. You just have to decide on a format, get the DLL to dump using that format, and teach gdb about the format. Simple. :-) cgf