public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Implement the DAP "modules" request
@ 2023-07-21 15:55 Tom Tromey
  2023-07-21 15:55 ` [PATCH v2 1/3] Remove unused imports Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tom Tromey @ 2023-07-21 15:55 UTC (permalink / raw)
  To: gdb-patches; +Cc: Eli Zaretskii

This series implements the DAP "modules" request.

---
Changes in v2:
- Remove @findex per review
- Link to v1: https://inbox.sourceware.org/gdb-patches/20230711-dap-modules-v1-0-b4f6067c1b2e@adacore.com

---
Tom Tromey (3):
      Remove unused imports
      Add Progspace.objfile_for_address
      Implement DAP modules request

 gdb/NEWS                                  |  3 ++
 gdb/data-directory/Makefile.in            |  1 +
 gdb/doc/python.texi                       |  5 ++
 gdb/progspace.c                           | 16 ++++++
 gdb/progspace.h                           |  4 ++
 gdb/python/lib/gdb/dap/__init__.py        |  1 +
 gdb/python/lib/gdb/dap/bt.py              | 10 ++--
 gdb/python/lib/gdb/dap/evaluate.py        |  1 -
 gdb/python/lib/gdb/dap/events.py          | 14 ++++++
 gdb/python/lib/gdb/dap/modules.py         | 64 ++++++++++++++++++++++++
 gdb/python/py-progspace.c                 | 27 +++++++++++
 gdb/testsuite/gdb.dap/modules-solib.c     | 21 ++++++++
 gdb/testsuite/gdb.dap/modules.c           | 40 +++++++++++++++
 gdb/testsuite/gdb.dap/modules.exp         | 81 +++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.python/py-progspace.exp |  7 +++
 15 files changed, 290 insertions(+), 5 deletions(-)
---
base-commit: b3a27d2f97aa3e21237036e50b54bbe94d19d048
change-id: 20230711-dap-modules-a1027c03bc1c

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


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

end of thread, other threads:[~2023-07-21 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 15:55 [PATCH v2 0/3] Implement the DAP "modules" request Tom Tromey
2023-07-21 15:55 ` [PATCH v2 1/3] Remove unused imports Tom Tromey
2023-07-21 15:55 ` [PATCH v2 2/3] Add Progspace.objfile_for_address Tom Tromey
2023-07-21 16:03   ` Eli Zaretskii
2023-07-21 15:55 ` [PATCH v2 3/3] Implement DAP modules request 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).