From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7136 invoked by alias); 24 Jul 2006 15:26:53 -0000 Received: (qmail 7126 invoked by uid 22791); 24 Jul 2006 15:26:52 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Jul 2006 15:26:47 +0000 Received: by nf-out-0910.google.com with SMTP id x30so1456918nfb for ; Mon, 24 Jul 2006 08:26:45 -0700 (PDT) Received: by 10.78.117.10 with SMTP id p10mr1584464huc; Mon, 24 Jul 2006 08:26:44 -0700 (PDT) Received: by 10.78.155.3 with HTTP; Mon, 24 Jul 2006 08:26:44 -0700 (PDT) Message-ID: Date: Mon, 24 Jul 2006 16:45:00 -0000 From: "Ashwin Pathmudi" To: Riley Subject: Re: gdb - persistent "set" settings Cc: gdb@sources.redhat.com In-Reply-To: <87vepo2aok.fsf@mail.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> <87vepo2aok.fsf@mail.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/msg00158.txt.bz2 Hi, On 7/24/06, Riley wrote: > > > "Ashwin Pathmudi" writes: > > > 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. > > Thanks. Is it possible to default to gdb doing this for me when I exit > gdb? I see ddd does this for you. I dont think gdb can do that. cheers, Ashwin Pathmudi.