This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 2f328f5b92f Remove accidentally added file new 3153113252f Add attributes and methods to gdb.Inferior new ea33730dfa4 Add "args" and "env" parameters to DAP launch request
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 10 ++ gdb/doc/gdb.texinfo | 13 +- gdb/doc/python.texi | 44 ++++++ gdb/python/lib/gdb/dap/launch.py | 20 ++- gdb/python/py-inferior.c | 169 +++++++++++++++++++++ gdb/testsuite/gdb.ada/py_range.exp | 4 + .../args-env.c} | 15 +- gdb/testsuite/gdb.dap/args-env.exp | 90 +++++++++++ gdb/testsuite/gdb.python/py-inferior.exp | 36 +++++ gdb/testsuite/lib/dap-support.exp | 39 +++-- 10 files changed, 420 insertions(+), 20 deletions(-) copy gdb/testsuite/{gdb.arch/amd64-watchpoint-downgrade.c => gdb.dap/args-env.c} (80%) create mode 100644 gdb/testsuite/gdb.dap/args-env.exp