From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14266 invoked by alias); 17 Jan 2012 19:20:26 -0000 Received: (qmail 14252 invoked by uid 22791); 17 Jan 2012 19:20:22 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Jan 2012 19:20:10 +0000 Received: by ghrr14 with SMTP id r14so252013ghr.0 for ; Tue, 17 Jan 2012 11:20:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.27.2 with SMTP id e2mr573764anj.79.1326828009294; Tue, 17 Jan 2012 11:20:09 -0800 (PST) Received: by 10.236.23.169 with HTTP; Tue, 17 Jan 2012 11:20:09 -0800 (PST) In-Reply-To: References: <20120117095552.GA6141@host2.jankratochvil.net> <20120117162621.GA3883@host2.jankratochvil.net> <20120117165640.GB5344@host2.jankratochvil.net> Date: Tue, 17 Jan 2012 19:30:00 -0000 Message-ID: Subject: Re: [patch] New set auto-load-local-gdbinit + disable it by default From: Matt Rice To: Doug Evans Cc: Jan Kratochvil , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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-01/txt/msg00620.txt.bz2 On Tue, Jan 17, 2012 at 9:26 AM, Doug Evans wrote: > > I, OTOH, like the (top-gdb) prompt. FWIW I found it insufficient, and avoid the gdb/.gdbinit so rewrote it in python so i get (gdb) (^gdb) (^^gdb) with each prompt being a different color, and absent the tethering to the gdb/ dir like .gdbinit is. the last being a limitation of the .gdbinit mechanism. I'll have to clean it up a bit before posting it. Anyhow i've found it a far more enjoyable experience than the plain old top-gdb prompt which i'd always notice only after hitting enter. sorry, if it is off-topic