[PATCH 3/6] Add "cwd" parameter to DAP launch request

Eli Zaretskii eliz@gnu.org
Tue Jul 25 14:07:48 GMT 2023


> Date: Tue, 25 Jul 2023 07:49:40 -0600
> From: Tom Tromey via Gdb-patches <gdb-patches@sourceware.org>
> 
> This adds the "cwd" parameter to the DAP launch request.
> 
> This came up here:
>     https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/90
> ... and seemed like a good idea.
> ---
>  gdb/doc/gdb.texinfo               |  8 ++++++++
>  gdb/python/lib/gdb/dap/launch.py  | 34 ++++++++++++++++-----------------
>  gdb/testsuite/gdb.dap/cwd.exp     | 40 +++++++++++++++++++++++++++++++++++++++
>  gdb/testsuite/lib/dap-support.exp |  5 +++++
>  4 files changed, 70 insertions(+), 17 deletions(-)

OK for the documentation part, thanks.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>


More information about the Gdb-patches mailing list