From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4395 invoked by alias); 9 Mar 2005 16:01:01 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4303 invoked from network); 9 Mar 2005 16:00:54 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 9 Mar 2005 16:00:54 -0000 Received: (qmail 28843 invoked from network); 9 Mar 2005 16:00:53 -0000 Received: from localhost (HELO ?192.168.0.4?) (mitchell@127.0.0.1) by mail.codesourcery.com with SMTP; 9 Mar 2005 16:00:53 -0000 Message-ID: <422F1DAC.1090702@codesourcery.com> Date: Wed, 09 Mar 2005 16:01:00 -0000 From: Mark Mitchell Organization: CodeSourcery, LLC User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) MIME-Version: 1.0 To: Mark Kettenis CC: gdb-patches@gcc.gnu.org Subject: Re: PATCH: Introduce gdb_gettimeofday References: <200503082329.j28NTaN1029372@sethra.codesourcery.com> <200503091030.j29AULdL019037@jop31.nfra.nl> In-Reply-To: <200503091030.j29AULdL019037@jop31.nfra.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00144.txt.bz2 Mark Kettenis wrote: > I'm not thrilled. gettimeofday(2) is POSIX, so any decent operating > system should have it. Even cygwin (the only way GDB currently > supports Windows) seems to have it. Is there a coordinated attempt to > make GDB run on Windows in some other way? Yes. I have patches to make GDB run on Windows without Cygwin, for use as a cross-debugger via the GDB remote protocol. (I've not tried to implement support debugging actual Windows applications, though there's nothing in what I've done that would prevent that later.) There will be a few more patches in this series, but no major changes to the structure of GDB. > If there indeed is such an effort, did you consider adding > gettimeofday(2) to libiberty? No. Do you prefer that I ask DJ/Ian about that? > 2005-03-08 Mark Mitchell > > * config.in (HAVE_GETTIMEOFDAY): #undef it. > > This should not be necessary. OK. -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304