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 6aebb6e100f gdb/cli-out.c: clear_current_line shouldn't trigger paginat [...] new d5ad08d77c9 Use field_signed from Python MI commands new c55db01a31c Use member initializers in mi_parse new 72654e04dab Use accessor for mi_parse::args new 7df1df795f7 Change mi_parse_argv to a method new fde3f93adb5 Introduce "static constructor" for mi_parse new 6b2cb925fe4 Introduce mi_parse helper methods new e7a2797eb00 Add second mi_parse constructor new c97d123d670 Implement gdb.execute_mi new a0b70d996c3 Implement DAP loadedSources request
The 9 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/Makefile.in | 1 + gdb/NEWS | 3 + gdb/data-directory/Makefile.in | 1 + gdb/doc/python.texi | 30 +++ gdb/mi/mi-cmds.c | 6 +- gdb/mi/mi-cmds.h | 5 + gdb/mi/mi-main.c | 19 +- gdb/mi/mi-parse.c | 196 +++++++++++--- gdb/mi/mi-parse.h | 81 ++++-- gdb/python/lib/gdb/dap/__init__.py | 1 + gdb/python/lib/gdb/dap/{threads.py => sources.py} | 36 ++- gdb/python/py-mi.c | 298 +++++++++++++++++++++ gdb/python/py-micmd.c | 20 +- gdb/python/python-internal.h | 5 + gdb/python/python.c | 5 + gdb/testsuite/gdb.dap/basic-dap.exp | 3 + .../gdb.python/{py-pp-cast.exp => py-exec-mi.exp} | 28 +- gdb/testsuite/gdb.python/py-mi-cmd.py | 27 ++ 18 files changed, 652 insertions(+), 113 deletions(-) copy gdb/python/lib/gdb/dap/{threads.py => sources.py} (58%) create mode 100644 gdb/python/py-mi.c copy gdb/testsuite/gdb.python/{py-pp-cast.exp => py-exec-mi.exp} (61%)