From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16466 invoked by alias); 8 Jan 2003 00:07:00 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16187 invoked from network); 8 Jan 2003 00:05:43 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 8 Jan 2003 00:05:43 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1D4523D06; Tue, 7 Jan 2003 19:05:34 -0500 (EST) Message-ID: <3E1B6B4D.4050407@redhat.com> Date: Wed, 08 Jan 2003 00:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney , "J. Johnston" Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: RFA: change for gdb/mi 495 References: <3DB496BD.E55975B1@redhat.com> <15797.30097.60141.274031@localhost.redhat.com> <3DB57D67.1000304@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00303.txt.bz2 FYI, I've updated the bug report. There were two cases: - code printing addresses intended for MI which should use core_addr_to_string() - code printing addresses intended for the user which should use the not yet implemented local_address_string[_custom]() method. Andrew > J. Johnston writes: > > The following is a patch for gdb/mi 495. The PR requests changing ui_out_field_core_addr > > to use core_addr_to_string(). > > > Ok to commit? > > > I think it is ok. No unexpected changes in the output, I take it. > > Hmm, I'd like to think about this for a bit. Check exactly where it is called. > > Andrew > > >