From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1782 invoked by alias); 14 Jan 2005 20:56:20 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1765 invoked from network); 14 Jan 2005 20:56:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Jan 2005 20:56:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0EKu9ll011630 for ; Fri, 14 Jan 2005 15:56:14 -0500 Received: from localhost.redhat.com (vpn50-84.rdu.redhat.com [172.16.50.84]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0EKu6r09846; Fri, 14 Jan 2005 15:56:06 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D3FDA7D79; Fri, 14 Jan 2005 15:54:07 -0500 (EST) Message-ID: <41E8316F.7050806@gnu.org> Date: Fri, 14 Jan 2005 20:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: MI output change Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00075.txt.bz2 Hello, The MI output is currently littered with: (gdb) PASS: gdb.mi/mi-var-cmd.exp: create lsimple->integer -var-create int * int &"Attempt to use a type name as an expression.\n" &"mi_cmd_var_create: unable to create variable object\n" ^error,msg="mi_cmd_var_create: unable to create variable object" (gdb) (note how the error appears as both the result and as standard out) My recent exception handling rewrite means that this can finally be fixed. However that means that the MI output has technically changed - no one should be relying on the message appearing on stdout but hey ... Is this going to be an issue? Andrew