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 4bf692ec703 [gdb/testsuite] Fix gdb.threads/access-mem-running-thread-exit.exp new 9882e2bca74 gdb/dap - Add CompletionsRequest
The 1 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 | 4 +++ gdb/data-directory/Makefile.in | 1 + gdb/python/lib/gdb/dap/__init__.py | 1 + gdb/python/lib/gdb/dap/completions.py | 60 +++++++++++++++++++++++++++++++++++ gdb/python/lib/gdb/dap/server.py | 21 ++++++++++-- 5 files changed, 85 insertions(+), 2 deletions(-) create mode 100644 gdb/python/lib/gdb/dap/completions.py