From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 525 invoked by alias); 29 Apr 2005 17:05:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32383 invoked from network); 29 Apr 2005 17:05:22 -0000 Received: from unknown (HELO cgf.cx) (66.30.17.189) by sourceware.org with SMTP; 29 Apr 2005 17:05:22 -0000 Received: by cgf.cx (Postfix, from userid 201) id 6183413C74C; Fri, 29 Apr 2005 13:05:22 -0400 (EDT) Date: Fri, 29 Apr 2005 17:16:00 -0000 From: Christopher Faylor To: Mark Mitchell , paul@codesourcery.com, gdb@sourceware.org Subject: Re: Windows support in GDB Message-ID: <20050429170522.GE12864@trixie.casa.cgf.cx> Mail-Followup-To: Mark Mitchell , paul@codesourcery.com, gdb@sourceware.org References: <200504291513.j3TFDhjx021040@elgar.sibelius.xs4all.nl> <20050429153146.GA27362@nevyn.them.org> <20050429160040.GH10017@trixie.casa.cgf.cx> <42725D6A.7040103@codesourcery.com> <20050429162732.GA12864@trixie.casa.cgf.cx> <42726437.9050208@codesourcery.com> <20050429165148.GD12864@trixie.casa.cgf.cx> <42726830.8070502@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42726830.8070502@codesourcery.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00234.txt.bz2 On Fri, Apr 29, 2005 at 10:00:32AM -0700, Mark Mitchell wrote: >>>I certainly don't think the entire codebase will be littered with >>>HANDLEs and ReadFileEx, or transformed into a multi-threaded application >>>with a Windows event loop in the middle of it, or anything like that. >> >>No, but maybe we should rewrite gdb in c++. That sounds like it would >>solve everything. :-) > >Then Windows support would just be a specialization of some class >template. :-) Now we're onto something! cgf