From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28712 invoked by alias); 19 Jan 2009 18:40:55 -0000 Received: (qmail 28702 invoked by uid 22791); 19 Jan 2009 18:40:55 -0000 X-SWARE-Spam-Status: No, hits=1.5 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Jan 2009 18:40:43 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KDQ00400CFRWU00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Mon, 19 Jan 2009 20:40:53 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.131.96]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KDQ00HUOEK3AA20@i-mtaout1.012.net.il>; Mon, 19 Jan 2009 20:40:52 +0200 (IST) Date: Mon, 19 Jan 2009 18:40:00 -0000 From: Eli Zaretskii Subject: Re: Add support for --with-system-gdbinit In-reply-to: <20090119141053.GE45099@adacore.com> To: Jerome Guitton Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20090114135619.GA24456@caradoc.them.org> <20090114194922.GA13339@caradoc.them.org> <20090119141053.GE45099@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: 2009-01/txt/msg00423.txt.bz2 > Date: Mon, 19 Jan 2009 15:10:53 +0100 > From: Jerome Guitton > > At startup, GDB reads the following init files and executes their commands: > * system-wide init file: /etc/gdb/gdbinit > * user-specific init file: /homes/guitton/.gdbinit > * local init file: /homes/guitton/work/.gdbinit > > For more information, type "help" from within GDB, or consult the > GDB manual (available as on-line info or a printed manual). > [...] > > > Would that make sense? Yes, with changes suggested by Daniel.