This is the mail archive of the gdb-prs@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]

[Bug symtab/8300] no local symbol information within nested or nesting procedures


------- Additional Comments From tromey at redhat dot com  2010-02-04 21:11 -------
I tried this today.  It mostly works -- I can step into the nested function
and print its arguments and locals.
gdb recognizes the symbols from the enclosing function, but it gets their
values wrong:

(gdb) p w
$2 = 5930
(gdb) p x
$3 = 5929
(gdb) p y
$4 = -1073744072


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=8300

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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