From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7110 invoked by alias); 23 Jul 2006 22:43:51 -0000 Received: (qmail 7101 invoked by uid 22791); 23 Jul 2006 22:43:49 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.189) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 23 Jul 2006 22:43:47 +0000 Received: by nf-out-0910.google.com with SMTP id x30so1273380nfb for ; Sun, 23 Jul 2006 15:43:44 -0700 (PDT) Received: by 10.78.177.3 with SMTP id z3mr1248840hue; Sun, 23 Jul 2006 15:43:43 -0700 (PDT) Received: by 10.78.155.3 with HTTP; Sun, 23 Jul 2006 15:43:43 -0700 (PDT) Message-ID: Date: Sun, 23 Jul 2006 22:55:00 -0000 From: "Ashwin Pathmudi" To: Richard Subject: Re: gdb - persistent "set" settings Cc: gdb@sources.redhat.com In-Reply-To: <5459833.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5459833.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00154.txt.bz2 Hi, Put in all the commands you need gdb to have executed in a '.gdbinit' file in that particular directory. gdb executes the commands in this file before showing you the prompt. cheers, Ashwin. On 7/24/06, Richard (sent by Nabble.com) wrote: > > > I realise this is probably staring me in the face, but I cant see how to get > gdb to remember its settings : preferably on a per directory basis. Any > help/links appreciated. > -- > View this message in context: http://www.nabble.com/gdb---persistent-%22set%22-settings-tf1989492.html#a5459833 > Sent from the gdb - General forum at Nabble.com. > >