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 03fa0c63d3a gas: Fix x86 build with GCC 6.4 new 99761c5ab53 Export "finish" return value to Python new 2755241d02d Add return value to DAP scope
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/doc/python.texi | 6 ++ gdb/infcmd.c | 17 ------ gdb/python/lib/gdb/dap/events.py | 3 + gdb/python/lib/gdb/dap/scopes.py | 39 +++++++++++- gdb/python/py-stopevent.c | 23 ++++++- .../save-bp-qualified.cc => gdb.dap/step-out.c} | 24 +++----- .../gdb.dap/{ada-scopes.exp => step-out.exp} | 71 ++++++++++------------ gdb/thread-fsm.h | 19 ++++++ 8 files changed, 130 insertions(+), 72 deletions(-) copy gdb/testsuite/{gdb.cp/save-bp-qualified.cc => gdb.dap/step-out.c} (75%) copy gdb/testsuite/gdb.dap/{ada-scopes.exp => step-out.exp} (54%)