From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31591 invoked by alias); 14 Nov 2008 22:55:26 -0000 Received: (qmail 31564 invoked by uid 22791); 14 Nov 2008 22:55:25 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout4.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Nov 2008 22:54:45 +0000 Received: from conversion-daemon.i_mtaout4.012.net.il by i_mtaout4.012.net.il (HyperSendmail v2004.12) id <0KAC00B00I93ND00@i_mtaout4.012.net.il> for gdb-patches@sourceware.org; Sat, 15 Nov 2008 00:56:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.205.49]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KAC004J8IE8X8K0@i_mtaout4.012.net.il>; Sat, 15 Nov 2008 00:56:32 +0200 (IST) Date: Sat, 15 Nov 2008 17:40:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] [patch] 'info symbol' to print more info In-reply-to: <20081114204617.A4A533A6B15@localhost> X-012-Sender: halo1@inter.net.il To: ppluzhnikov@google.com (Paul Pluzhnikov) Cc: gdb-patches@sourceware.org, ppluzhnikov@google.com Reply-to: Eli Zaretskii Message-id: References: <20081114204617.A4A533A6B15@localhost> 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-11/txt/msg00378.txt.bz2 > Cc: ppluzhnikov@google.com > Date: Fri, 14 Nov 2008 12:46:17 -0800 (PST) > From: ppluzhnikov@google.com (Paul Pluzhnikov) > > Attached patch results in: > > (gdb) maint translate-address 0x2aaaac1f5880 > exit+0 section .text in /usr/lib64/libc.so.6 > (gdb) info symbol 0x2aaaac1f5880 > exit in section .text of /usr/lib64/libc.so.6 > > Regtested on x86_64 with no failures. > > Ok to commit? Thanks, that's a nice feature. Please also fix the places in the manual where these two commands are described.