This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] [patch] 'info symbol' to print more info


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]