From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31921 invoked by alias); 9 Oct 2012 16:49:22 -0000 Received: (qmail 31908 invoked by uid 22791); 9 Oct 2012 16:49:18 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Oct 2012 16:49:12 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MBM00100X6OZ900@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 09 Oct 2012 18:48:23 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MBM001QUXCM9M90@a-mtaout20.012.net.il>; Tue, 09 Oct 2012 18:48:23 +0200 (IST) Date: Tue, 09 Oct 2012 16:49:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Also install data-directory into the build directory as computed by relocate_gdb_directory In-reply-to: <20121009054832.GA2702@adacore.com> To: Joel Brobecker Cc: dje@google.com, khooyp@cs.umd.edu, jan.kratochvil@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831uh71tii.fsf@gnu.org> References: <20120927091737.GB2980@adacore.com> <20121004000840.GI3028@adacore.com> <20121004013358.GJ3028@adacore.com> <20121004145105.GP3028@adacore.com> <970CCEFD-FF30-4ED4-9ED9-F9C6A5400120@cs.umd.edu> <20121009054832.GA2702@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-10/txt/msg00157.txt.bz2 > Date: Mon, 8 Oct 2012 22:48:32 -0700 > From: Joel Brobecker > Cc: Khoo Yit Phang , Jan Kratochvil , GDB Patches > > All in all, although I was one of the first few ones to ask for > being able to run GDB from the build directory, I just feel like > we aren't able to implement in a form that would be convenient > (Eg: command-line option), or else it'd open a can of worms (installing > stuff outside of the build directory), or come with ample caveats. > Best to recognize when the cure is worse than the disease and live > with it instead... FWIW, I do NOT think the cure is worse than the disease. At least some cures aren't. Again, Emacs implements this feature for many years, so I cannot understand why GDB won't.