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 backtrace/14728] make othere frames do readable


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

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2013-02-01 21:49:06 UTC ---
(In reply to comment #2)
> frame - frame of concrete function in stack. For now local variables only for
> current last one are may be printed via "print" call. Want also "print" any
> local variable from any frame down the stack.

What syntax do they use for this?

It's certainly possible.
You could write it in Python today if you were ok with needing
quotes, something like  $_frame_var(23, 'a') -> yield "a" from frame 23.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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