public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug backtrace/14728] New: make othere frames do readable
@ 2012-10-16 13:13 icegood1980 at gmail dot com
  2013-02-01 20:44 ` [Bug backtrace/14728] " tromey at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icegood1980 at gmail dot com @ 2012-10-16 13:13 UTC (permalink / raw)
  To: gdb-prs


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

             Bug #: 14728
           Summary: make othere frames do readable
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: backtrace
        AssignedTo: unassigned@sourceware.org
        ReportedBy: icegood1980@gmail.com
    Classification: Unclassified


make readable locals from other frames and do switch between frames i.e. 
which locals from which frame make readable at this moment to avoid mixing.
As msvc already can do.
Also make ability to return at once more than one frame (i.e. without ret.
value)

-- 
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.


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

* [Bug backtrace/14728] make othere frames do readable
  2012-10-16 13:13 [Bug backtrace/14728] New: make othere frames do readable icegood1980 at gmail dot com
@ 2013-02-01 20:44 ` tromey at redhat dot com
  2013-02-01 20:52 ` icegood1980 at gmail dot com
  2013-02-01 21:49 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2013-02-01 20:44 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2013-02-01 20:44:26 UTC ---
I don't understand this bug.
Could you explain more?
And if you have multiple requests, please file separate bugs
for each one.  Thanks.

-- 
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.


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

* [Bug backtrace/14728] make othere frames do readable
  2012-10-16 13:13 [Bug backtrace/14728] New: make othere frames do readable icegood1980 at gmail dot com
  2013-02-01 20:44 ` [Bug backtrace/14728] " tromey at redhat dot com
@ 2013-02-01 20:52 ` icegood1980 at gmail dot com
  2013-02-01 21:49 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: icegood1980 at gmail dot com @ 2013-02-01 20:52 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from icegood <icegood1980 at gmail dot com> 2013-02-01 20:52:51 UTC ---
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.

-- 
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.


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

* [Bug backtrace/14728] make othere frames do readable
  2012-10-16 13:13 [Bug backtrace/14728] New: make othere frames do readable icegood1980 at gmail dot com
  2013-02-01 20:44 ` [Bug backtrace/14728] " tromey at redhat dot com
  2013-02-01 20:52 ` icegood1980 at gmail dot com
@ 2013-02-01 21:49 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2013-02-01 21:49 UTC (permalink / raw)
  To: gdb-prs

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.


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

end of thread, other threads:[~2013-02-01 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-16 13:13 [Bug backtrace/14728] New: make othere frames do readable icegood1980 at gmail dot com
2013-02-01 20:44 ` [Bug backtrace/14728] " tromey at redhat dot com
2013-02-01 20:52 ` icegood1980 at gmail dot com
2013-02-01 21:49 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).