commit | 67efac36f17824b147b3d4645719404ccd662206 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue May 16 09:34:20 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jun 12 12:09:56 2023 -0600 |
tree | d31f11164e20dbf2507a991be2ffa9f6a5784485 | |
parent | 8115dffa1e76ab007223199dfbc8c1298d2bf06e [diff] |
Add "target" parameter to DAP attach request This adds a new "target" to the DAP attach request. This is passed to "target remote". I thought "attach" made the most sense for this, because in some sense gdb is attaching to a running process. It's worth noting that all DAP "attach" parameters are defined by the implementation. Reviewed-By: Eli Zaretskii <eliz@gnu.org>