[PATCH] Implement DAP module-removed event
Alexandra Petlanova Hajkova
ahajkova@redhat.com
Tue Aug 8 20:02:05 GMT 2023
On Fri, Aug 4, 2023 at 5:51 PM Tom Tromey via Gdb-patches <
gdb-patches@sourceware.org> wrote:
> DAP specifies an event that should be sent when a module is removed.
> This patch implements this.
> ---
> gdb/python/lib/gdb/dap/events.py | 13 +++++++++++++
> gdb/testsuite/gdb.dap/modules.c | 3 +++
> gdb/testsuite/gdb.dap/modules.exp | 15 +++++++++++++--
> 3 files changed, 29 insertions(+), 2 deletions(-)
>
> I can confirm this change does not introduce any regressions, tested on
> Fedora 38, x86_64.
>
>
More information about the Gdb-patches
mailing list