From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31932 invoked by alias); 1 Jan 2015 16:42:56 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 31920 invoked by uid 89); 1 Jan 2015 16:42:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Jan 2015 16:42:52 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NHI00G00B62CG00@a-mtaout21.012.net.il> for gdb@sourceware.org; Thu, 01 Jan 2015 18:42:50 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NHI00GNXBRDDA00@a-mtaout21.012.net.il>; Thu, 01 Jan 2015 18:42:50 +0200 (IST) Date: Thu, 01 Jan 2015 16:42:00 -0000 From: Eli Zaretskii Subject: Re: building gdb with TUI support on Windows In-reply-to: To: Ofir Cohen Cc: ssbssa@yahoo.de, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83h9wabgfu.fsf@gnu.org> References: <1158788672.3333170.1420122368468.JavaMail.yahoo@jws11107.mail.ir2.yahoo.com> <83lhlmbj0v.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00006.txt.bz2 > Date: Thu, 1 Jan 2015 18:33:35 +0200 > From: Ofir Cohen > Cc: Hannes Domani , "gdb@sourceware.org" > > I launch gdb from DOS, using: > 1) set PATH=c:\msys64\mingw64\bin;%PATH% > 2) c:\gdb\build\gdb\gdb --tui > > When launching from DOS, how does it find ~/.inputrc? > Will the following work: > 1. Set HOME=c:/temp/ > 2. populate c:/temp/.inputrc with your contents (for example) > 3. Launch gdb > > ? > > Will readline successfully locate the DOS path to ~/.inputrc ? Sure, why not? It works for me.