From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14596 invoked by alias); 28 Jan 2009 15:05:59 -0000 Received: (qmail 14588 invoked by uid 22791); 28 Jan 2009 15:05:58 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Jan 2009 15:05:47 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 5BC7A29001E; Wed, 28 Jan 2009 16:05:44 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HkfFkvIihbzy; Wed, 28 Jan 2009 16:05:43 +0100 (CET) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id C7E9C29001C; Wed, 28 Jan 2009 16:05:43 +0100 (CET) Received: by province.act-europe.fr (Postfix, from userid 560) id B6616165C69; Wed, 28 Jan 2009 16:05:43 +0100 (CET) Date: Wed, 28 Jan 2009 15:06:00 -0000 From: Jerome Guitton To: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: Add support for --with-system-gdbinit Message-ID: <20090128150543.GA12272@adacore.com> References: <20090114135619.GA24456@caradoc.them.org> <20090114194922.GA13339@caradoc.them.org> <20090119141053.GE45099@adacore.com> <20090121105348.GD148@adacore.com> <20090123174220.GA6643@caradoc.them.org> <20090126091234.GM58143@adacore.com> <20090126145914.GA11260@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090126145914.GA11260@caradoc.them.org> User-Agent: Mutt/1.5.17 (2007-11-01) 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: 2009-01/txt/msg00530.txt.bz2 Daniel Jacobowitz (drow@false.org): > On Mon, Jan 26, 2009 at 10:12:34AM +0100, Jerome Guitton wrote: > > 2009-01-26 Daniel Jacobowitz > > Jerome Guitton > > > > * configure, config.in: Regenerated. > > * configure.ac: Add --with-system-gdbinit. > > * main.c (get_init_files): New. > > (captured_main): Use get_init_files. Load system gdbinit before > > $HOME/.gdbinit. > > (print_gdb_help): Print location of init files. > > This version looks OK to me. Thanks! Now committed! Thank you.