From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8042 invoked by alias); 9 Dec 2002 22:47:54 -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 8031 invoked from network); 9 Dec 2002 22:47:53 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 9 Dec 2002 22:47:53 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 67EBA3CFE; Mon, 9 Dec 2002 17:47:47 -0500 (EST) Message-ID: <3DF51D93.6010009@redhat.com> Date: Mon, 09 Dec 2002 15:39: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: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Print MALLOC_NAME as a string References: <3DF51B6E.10009@redhat.com> Content-Type: multipart/mixed; boundary="------------060902050607000702090005" X-SW-Source: 2002-12/txt/msg00303.txt.bz2 This is a multi-part message in MIME format. --------------060902050607000702090005 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 87 Closely followed by this. Wraps any function addresses in `<...>'. committed, Andrew --------------060902050607000702090005 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 819 2002-12-09 Andrew Cagney * gdbarch.sh (gdbarch_dump): Wrap function addresses in <>. * gdbarch.c: Re-generate. Index: gdbarch.sh =================================================================== RCS file: /cvs/src/src/gdb/gdbarch.sh,v retrieving revision 1.182 diff -u -r1.182 gdbarch.sh --- gdbarch.sh 9 Dec 2002 22:22:40 -0000 1.182 +++ gdbarch.sh 9 Dec 2002 22:44:09 -0000 @@ -1641,7 +1641,7 @@ then printf " if (GDB_MULTI_ARCH)\n" printf " fprintf_unfiltered (file,\n" - printf " \"gdbarch_dump: ${macro} = 0x%%08lx\\\\n\",\n" + printf " \"gdbarch_dump: ${macro} = <0x%%08lx>\\\\n\",\n" printf " (long) current_gdbarch->${function}\n" printf " /*${macro} ()*/);\n" else --------------060902050607000702090005--