public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/28538] New: Consider adding possibility to call gdb unwinder for the heavy lifting
@ 2021-11-03 15:16 plasmahh at gmx dot net
  2022-02-19 16:08 ` [Bug python/28538] " tromey at sourceware dot org
  2022-02-19 20:32 ` plasmahh at gmx dot net
  0 siblings, 2 replies; 3+ messages in thread
From: plasmahh at gmx dot net @ 2021-11-03 15:16 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28538

            Bug ID: 28538
           Summary: Consider adding possibility to call gdb unwinder for
                    the heavy lifting
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: plasmahh at gmx dot net
  Target Milestone: ---

When writing an python unwinder  the current approach is an "all or nothing"
kind. Often one does want to do a little more on top of what gdb would do, but
has to do it all on your own. It would be nice to be able to call the gdb
unwinder to "see what it says" and then to work from that on. Best possibly by
being able to call super().__call__(pending_frame) from within your own
__call__ (similar to frame decorators/filters)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2022-02-19 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 15:16 [Bug python/28538] New: Consider adding possibility to call gdb unwinder for the heavy lifting plasmahh at gmx dot net
2022-02-19 16:08 ` [Bug python/28538] " tromey at sourceware dot org
2022-02-19 20:32 ` plasmahh at gmx dot net

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