From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8387 invoked by alias); 14 Apr 2006 15:03:43 -0000 Received: (qmail 8379 invoked by uid 22791); 14 Apr 2006 15:03:43 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Apr 2006 15:03:41 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-214-179.inter.net.il [83.130.214.179]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DZD34564 (AUTH halo1); Fri, 14 Apr 2006 18:03:31 +0300 (IDT) Date: Fri, 14 Apr 2006 15:03:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060414145802.GA15732@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 14 Apr 2006 10:58:02 -0400) Subject: Re: [RFC] Don't lose compilation directory in Dwarf2 line-tables Reply-to: Eli Zaretskii References: <1144927446.14807.561.camel@crx549.cro.st.com> <8f2776cb0604131049i69e9b20fv78e60c023f245e56@mail.gmail.com> <1144999942.14807.721.camel@crx549.cro.st.com> <1145015039.14807.767.camel@crx549.cro.st.com> <1145022137.14807.794.camel@crx549.cro.st.com> <20060414145802.GA15732@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00195.txt.bz2 > Date: Fri, 14 Apr 2006 10:58:02 -0400 > From: Daniel Jacobowitz > Cc: Frederic RISS , gdb-patches@sourceware.org > > > [Time passes...] Ah, I see, it's probably because > > input_from_terminal_p returns zero on Windows. Is this fixable? > > How current is your binary, and what are you running it in? And what's > the host platform configured as? It's a MinGW build, and it's from November 2005. > If it's a MinGW32-hosted GDB, and you're running it in a DOS console, > and the binary is more than a few months old, than this is an expected > and fixed bug; try a current CVS. Great, thanks. > > Anyway, I think we should modify the prompt to say this: > > > > Reinitialize source path to default? (y or n) > > > > Does anyone disagree? > > This sounds good to me. Thanks for the feedback.