From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8417 invoked by alias); 22 Oct 2002 16:31:39 -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 8399 invoked from network); 22 Oct 2002 16:31:37 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 22 Oct 2002 16:31:37 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id B6E35800084; Tue, 22 Oct 2002 12:31:36 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 684C73EFF; Tue, 22 Oct 2002 12:31:35 -0400 (EDT) Message-ID: <3DB57D67.1000304@redhat.com> Date: Tue, 22 Oct 2002 09:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni Cc: "J. Johnston" , 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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00408.txt.bz2 > 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