This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA]: printing symbols with > 32 bit addrs.


Michael Snyder wrote:
> 
> 
> 
>   ------------------------------------------------------------------------
> Oddly enough, info functions seems to fail to print addresses of
> non-debugging symbols when addresses are greater than 32 bits.
> This patch seems a bit crude, so I'm wondering if anyone has
> a better suggestion.

And non portable :-)

> 2001-02-15  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
> 
>         * symtab.c (print_msymbol_info): Print addresses > 32 bits.

(Kevin B has a useful cheat sheet of the int->text functions that he
posted).  At a guess paddr().

	Andrew


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