Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Print 64bit address from gdb
@ 2001-08-09 16:11 H . J . Lu
  2001-08-09 16:31 ` Daniel Jacobowitz
  2001-08-09 17:30 ` Andrew Cagney
  0 siblings, 2 replies; 12+ messages in thread
From: H . J . Lu @ 2001-08-09 16:11 UTC (permalink / raw)
  To: GDB

I am looking at the sign extended vma bug. The gdb output doesn't make
any sesnes to me:

During symbol reading, inner block (0x802ac9d4-0xffffffff) not inside outer block (0x802aca18-0xffffffff).

There is

struct complaint innerblock_anon_complaint =
{"inner block (0x%lx-0x%lx) not inside outer block (0x%lx-0x%lx)", 0, 0};

I don't think it works with the sign extended vma from the 64bit bfd.
Am I right? Are we going to fix it? I guess we should pass

{"inner block (0x%llx-0x%llx) not inside outer block (0x%llx-0x%llx)", 0, 0};

if the address is long long.

H.J.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-08-14 22:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-09 16:11 Print 64bit address from gdb H . J . Lu
2001-08-09 16:31 ` Daniel Jacobowitz
2001-08-10  9:41   ` H . J . Lu
2001-08-10 10:40     ` Daniel Jacobowitz
2001-08-10 11:21       ` H . J . Lu
2001-08-14 21:38     ` Elena Zannoni
2001-08-14 21:55       ` H . J . Lu
2001-08-14 22:03         ` Elena Zannoni
2001-08-14 22:06           ` H . J . Lu
2001-08-14 22:13             ` Elena Zannoni
2001-08-14 22:25               ` H . J . Lu
2001-08-09 17:30 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox