From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1643 invoked by alias); 10 Feb 2006 20:35:11 -0000 Received: (qmail 1635 invoked by uid 22791); 10 Feb 2006 20:35:10 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Feb 2006 20:35:08 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k1AKYu5w024225; Fri, 10 Feb 2006 21:34:56 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k1AKYttI022027; Fri, 10 Feb 2006 21:34:55 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k1AKYtI4023423; Fri, 10 Feb 2006 21:34:55 +0100 (CET) Date: Fri, 10 Feb 2006 20:35:00 -0000 Message-Id: <200602102034.k1AKYtI4023423@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: ghost@cs.msu.su, gdb@sources.redhat.com In-reply-to: (message from Eli Zaretskii on Fri, 10 Feb 2006 17:22:31 +0200) Subject: Re: MI error messages References: <20060210134700.GA21328@nevyn.them.org> 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-02/txt/msg00092.txt.bz2 > X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on > elgar.sibelius.xs4all.nl > X-Spam-Level: > X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=no > version=3.1.0 > X-From_: gdb-return-24221-m.m.kettenis=alumnus.utwente.nl@sourceware.org Fri Feb 10 16:23:07 2006 > Date: Fri, 10 Feb 2006 17:22:31 +0200 > From: Eli Zaretskii > Reply-to: Eli Zaretskii > X-IsSubscribed: yes > Mailing-List: contact gdb-help@sourceware.org; run by ezmlm > Sender: gdb-owner@sourceware.org > X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. > X-UTwente-MailScanner: Found to be clean > X-MailScanner-From: gdb-return-24221-m.m.kettenis=alumnus.utwente.nl@sourceware.org > > > Date: Fri, 10 Feb 2006 08:47:01 -0500 > > From: Daniel Jacobowitz > > Cc: Vladimir Prus , gdb@sources.redhat.com > > > > On Fri, Feb 10, 2006 at 01:54:08PM +0200, Eli Zaretskii wrote: > > > > From: Vladimir Prus > > > > Date: Fri, 10 Feb 2006 14:35:08 +0300 > > > > > > > > 1. Is it guaranteed that all MI error message start with function name and a > > > > semicolon? > > > > > > I see a small number of error messages that don't, but those are > > > probably bugs that need to be fixed. > > > > Really? Why? > > For consistency. The only way we can ever be consistent is by removing them. Function names are an implementation detail. What if we reorganize the code a bit, changing the function name. Should we change the error message? Or leave it as is, such that it no longer refers to the function that actually prints that message? Mark