From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23522 invoked by alias); 30 Jun 2008 18:35:20 -0000 Received: (qmail 23510 invoked by uid 22791); 30 Jun 2008 18:35:20 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jun 2008 18:35:00 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CD45C98413; Mon, 30 Jun 2008 18:34:58 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 99F759840B; Mon, 30 Jun 2008 18:34:58 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KDODJ-0002bS-Nd; Mon, 30 Jun 2008 14:34:57 -0400 Date: Mon, 30 Jun 2008 18:42:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: Eli Zaretskii , Vladimir Prus , gdb-patches@sources.redhat.com Subject: Re: [MI non-stop 04/11] Implement --thread and --frame. Message-ID: <20080630183457.GA9752@caradoc.them.org> Mail-Followup-To: Michael Snyder , Eli Zaretskii , Vladimir Prus , gdb-patches@sources.redhat.com References: <200806282044.14246.vladimir@codesourcery.com> <1214849828.3601.1513.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1214849828.3601.1513.camel@localhost.localdomain> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2008-06/txt/msg00595.txt.bz2 On Mon, Jun 30, 2008 at 11:17:08AM -0700, Michael Snyder wrote: > I usually stay out of MI discussions, 'cause I'm not > well informed, but... > > If the error messages could be made a part of the spec, > then the front end could do its own translating. I don't think we can do this with textual error messages, since we use them for the CLI - i.e. they are intended to be user-friendly. We could add new machine-readable errors, though. -- Daniel Jacobowitz CodeSourcery