| commit | ea33730dfa4b2e639f99bb4c1f4f8f073ef5b937 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Mon May 01 13:59:20 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Wed May 24 06:16:10 2023 -0600 |
| tree | a96066576965da75c02e23c09fb043b3207cd7ed | |
| parent | 3153113252f3b949a159439a17e88af8ff0dce30 [diff] |
Add "args" and "env" parameters to DAP launch request This patch augments the DAP launch request with some optional new parameters that let the client control the command-line arguments and the environment of the inferior. Reviewed-By: Andrew Burgess <aburgess@redhat.com> Reviewed-By: Eli Zaretskii <eliz@gnu.org>