From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4278 invoked by alias); 4 Oct 2012 14:26:23 -0000 Received: (qmail 4269 invoked by uid 22791); 4 Oct 2012 14:26:22 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_XG X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Oct 2012 14:26:19 +0000 Received: by mail-vb0-f41.google.com with SMTP id v13so719071vbk.0 for ; Thu, 04 Oct 2012 07:26:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=F1dCgF+cVwqU5vTYk2HMf2oIQbSK3xsTAsKZe5SHXYc=; b=IUNAiv4dBUnnTtGmN/yKtvdyxAuWy999f1i3bbkmZ4qVJCaK7bYPV+UEsl5q6JRPa4 2mhB/v8Tool7xycMHktIOHMFPXK9KRTQpnluups1wa9BDV4TLeBCo5aCXmAToMgHVi0F CXOkUQG5TBnBP/jyWDzMeL7jWStGa6yI54wru9h1CLvxs+rScAuxM36V+iKT8EsIxxMQ 7ysAl/D9k01k+mmXkUiYyGhNzBW7xn39DICGFdqoSpTW6l812yprIuw63Bu9Z3iRADVr WP6OQBTm1R23B4eL8V7t0ZXCKorRKIX8eX/jSLjOaXRSZvxa71vKcbChFNCdLfogD5Il SJnw== MIME-Version: 1.0 Received: by 10.52.27.133 with SMTP id t5mr2628655vdg.111.1349360778321; Thu, 04 Oct 2012 07:26:18 -0700 (PDT) Received: by 10.52.24.239 with HTTP; Thu, 4 Oct 2012 07:26:18 -0700 (PDT) In-Reply-To: <7D8A7772-25C5-46D7-B359-0EB727DBABFC@cs.umd.edu> References: <2878953E-B698-43F3-989A-A551D96BAB62@cs.umd.edu> <20120924152641.GF4146@adacore.com> <9F52A338-A158-44DC-90C1-F46503859613@cs.umd.edu> <285502C6-1395-4049-9D55-031EDA3AD06D@cs.umd.edu> <20120924170348.GI4146@adacore.com> <20120927091737.GB2980@adacore.com> <20121004000840.GI3028@adacore.com> <20121004013358.GJ3028@adacore.com> <7D8A7772-25C5-46D7-B359-0EB727DBABFC@cs.umd.edu> Date: Thu, 04 Oct 2012 14:26:00 -0000 Message-ID: Subject: Re: [PATCH] Also install data-directory into the build directory as computed by relocate_gdb_directory From: Doug Evans To: Khoo Yit Phang Cc: Joel Brobecker , Jan Kratochvil , GDB Patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQnGl9AtbxMMTUJiVZfNzZmKHLaHFn7ZAPUqOWv3W90zAfPp2znbg9Fo8m0OCnTu1Vsp2ufv4idKSoCKxkgskbz75dVHV4xsDKxW1BRqw2mwhfRndSnUce2g9f4PigjgUQsLOQcJI06JWV4o5jwJWk1Z0jRSSlTucHUMrB94MTU9EvU+d5J+fZ4faJ4b8Rnqa/ljtD4ZqcMSSJ6CQoAVeDLzXE7l1Q== 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/msg00075.txt.bz2 On Wed, Oct 3, 2012 at 8:40 PM, Khoo Yit Phang wrote: > I've thought of one more option: we can compile two near copies of gdb: t= he standard gdb to be installed, and xgdb for debugging (never installed). = The only difference for xgdb is that it has a different main() function tha= t inserts --data-directory into the command line before calling the real ma= in. 'tis a possibility, but it's not my first choice.