Implement DAP attach request
authorTom Tromey <tromey@adacore.com>
Tue, 9 May 2023 20:20:31 +0000 (14:20 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 12 Jun 2023 18:09:18 +0000 (12:09 -0600)
commitd01f36bdfabaae60fa90134b70e2945bb530fa05
tree55846bd17d42b9573a60cc4aef13768fe7c45cb6
parent69ed07d5465e447c461bdc6b1f36b7b2575d7fe1
Implement DAP attach request

This implements the DAP "attach" request.

Note that the copyright dates on the new test source file are not
incorrect -- this was copied verbatim from another directory.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
gdb/doc/gdb.texinfo
gdb/python/lib/gdb/dap/launch.py
gdb/testsuite/gdb.dap/attach.c [new file with mode: 0644]
gdb/testsuite/gdb.dap/attach.exp [new file with mode: 0644]
gdb/testsuite/lib/dap-support.exp