From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23070 invoked by alias); 12 Jan 2011 20:57:11 -0000 Received: (qmail 23060 invoked by uid 22791); 12 Jan 2011 20:57:10 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Jan 2011 20:57:06 +0000 Received: (qmail 10586 invoked from network); 12 Jan 2011 20:57:04 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Jan 2011 20:57:04 -0000 From: Pedro Alves To: Tom Tromey Subject: Re: RFA: fix PR mi/8138 Date: Wed, 12 Jan 2011 21:23:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.33-29-realtime; KDE/4.4.5; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201101110007.33006.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101122057.01810.pedro@codesourcery.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: 2011-01/txt/msg00279.txt.bz2 On Wednesday 12 January 2011 20:48:01, Tom Tromey wrote: > >>>>> "Pedro" == Pedro Alves writes: > > Pedro> These errors should not show GDB's function name, but instead the > Pedro> MI command name. We have many instances of this issue, but we > Pedro> have been fasing them out, and avoiding introducing new ones. > > I'll reply to the rest later, but in the meantime I came up with this > patch to fix this problem everywhere. I mostly did it with a perl > script, but then I checked all the errors since some functions don't > follow the naming scheme. > > What do you think? Groovy. Go for it. Thanks! -- Pedro Alves