From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6043 invoked by alias); 9 Dec 2008 22:13:20 -0000 Received: (qmail 6033 invoked by uid 22791); 9 Dec 2008 22:13:19 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Dec 2008 22:12:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B72B02A968D; Tue, 9 Dec 2008 17:12:42 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WgSNiEa2Pslx; Tue, 9 Dec 2008 17:12:42 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7C5062A95BB; Tue, 9 Dec 2008 17:12:42 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8E867E7ACD; Tue, 9 Dec 2008 23:12:40 +0100 (CET) Date: Tue, 09 Dec 2008 22:13:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFA: fix PR 1815 Message-ID: <20081209221240.GA16000@adacore.com> References: <20081209103827.GM3823@adacore.com> <20081209202238.GB5072@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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: 2008-12/txt/msg00179.txt.bz2 > 2008-12-09 Tom Tromey > > PR gdb/1815: > * cli/cli-decode.c (delete_cmd): Forward declare. > (delete_cmd): Now static. Change return type. Remove command > from alias chain. Rewrite. > (add_cmd): Initialize new fields. Update cmd_pointer on all > aliases. > (add_alias_cmd): Put command on alias chain. > * command.h (delete_cmd): Don't declare. > * cli/cli-decode.h (delete_cmd): Don't declare. > (struct cmd_list_element) : New fields. > > 2008-12-09 Tom Tromey > > * gdb.base/commands.exp (redefine_backtrace_test): New proc. > Call it. Thanks to you both for fixing the little "exp_continue" nit. Please go ahead and check the patch in. -- Joel