public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Reimplement DAP backtrace using frame filters
@ 2023-06-14 16:30 Tom Tromey
  2023-06-14 16:30 ` [PATCH 1/5] Fix execute_frame_filters doc string Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tom Tromey @ 2023-06-14 16:30 UTC (permalink / raw)
  To: gdb-patches

This series reimplements DAP backtraces using frame filters.  This
seemed nice to have, because it would present users with a friendlier
view into the stack.  It also turned out to simplify the code a bit.

---
Tom Tromey (5):
      Fix execute_frame_filters doc string
      Add new interface to frame filter iteration
      Fix oversights in frame decorator code
      Simplify FrameVars
      Reimplement DAP stack traces using frame filters

 gdb/python/lib/gdb/FrameDecorator.py | 44 ++++++-------------
 gdb/python/lib/gdb/dap/bt.py         | 81 +++++++++++++++--------------------
 gdb/python/lib/gdb/dap/evaluate.py   | 11 ++---
 gdb/python/lib/gdb/dap/frames.py     |  7 +++
 gdb/python/lib/gdb/dap/scopes.py     | 83 ++++++++++++++----------------------
 gdb/python/lib/gdb/frames.py         | 83 +++++++++++++++++++++++++-----------
 6 files changed, 152 insertions(+), 157 deletions(-)
---
base-commit: 63224e96d0cd9e726bcd1d6d512255d92b7c5317
change-id: 20230614-dap-frame-decor-5cccd7f34dd3

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2023-06-22 16:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14 16:30 [PATCH 0/5] Reimplement DAP backtrace using frame filters Tom Tromey
2023-06-14 16:30 ` [PATCH 1/5] Fix execute_frame_filters doc string Tom Tromey
2023-06-14 16:30 ` [PATCH 2/5] Add new interface to frame filter iteration Tom Tromey
2023-06-14 16:30 ` [PATCH 3/5] Fix oversights in frame decorator code Tom Tromey
2023-06-14 16:30 ` [PATCH 4/5] Simplify FrameVars Tom Tromey
2023-06-22 16:09   ` Tom Tromey
2023-06-14 16:30 ` [PATCH 5/5] Reimplement DAP stack traces using frame filters Tom Tromey

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