This is the mail archive of the gdb@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]
Other format: [Raw text]

info addr local


Hi,

I am using gcc 3.3.3 and gdb 6.1 on Suse.

When I ask about local variables I get the
following error:

(gdb) info addr local
Symbol "local" is a variable with complex
or multiple locations (DWARF2)

This used to work, and would give me the
offset of local from ebp. Can I get it to
work again with this newer version of gdb?

Also, on disassembling code I see it now
no longer tells me what libc functions I am
calling e.g. I used to see call ... <strcpy>
but now I see  call ... <_init + 152>. Can
I get this to work again too?

Thanks,
Darragh


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