Learn function name by its address
Michael Snyder
msnyder@vmware.com
Thu Jun 25 18:27:00 GMT 2009
Paul Pluzhnikov wrote:
> On Thu, Jun 25, 2009 at 8:42 AM, Dmitry Dzhus<dima@sphinx.net.ru> wrote:
>
>> What way of finding out function name by address would you suggest?
>
> From "info gdb":
>
> The `-symbol-info-symbol' Command
> ---------------------------------
>
> Synopsis
> ........
>
> -symbol-info-symbol ADDR
>
> Describe what symbol is at location ADDR.
Or if you're using the CLI, just "info symbol ADDR".
More information about the Gdb
mailing list