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 a3b60e4588 aarch64: PR 19806: watchpoints: false negatives + PR 20207 c [...] new e2fc72e2c5 Allocate cmd_list_element with new new 12973681f5 Use counted_command_line everywhere new 1263a9d5f1 Make print_command_trace varargs new 295dc222a7 Constify prompt argument to read_command_lines new 7a2c85f259 Allow defining a user command inside a user command new 60b3cef2e4 Use function_view in cli-script.c new a913fffbde Allow breakpoint commands to be set from Python new 56bcdbea2b Let gdb.execute handle multi-line commands
The 8 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/ChangeLog | 122 +++++++++ gdb/NEWS | 5 + gdb/breakpoint.c | 54 ++-- gdb/breakpoint.h | 10 +- gdb/cli/cli-decode.c | 35 +-- gdb/cli/cli-decode.h | 75 ++++-- gdb/cli/cli-script.c | 406 +++++++++++++---------------- gdb/cli/cli-script.h | 84 ++++-- gdb/compile/compile.c | 6 +- gdb/doc/ChangeLog | 6 + gdb/doc/python.texi | 2 +- gdb/gdbcmd.h | 2 - gdb/guile/guile.c | 8 +- gdb/mi/mi-cmd-break.c | 42 ++- gdb/python/py-breakpoint.c | 45 +++- gdb/python/python.c | 27 +- gdb/remote.c | 2 +- gdb/testsuite/ChangeLog | 17 ++ gdb/testsuite/gdb.base/commands.exp | 4 +- gdb/testsuite/gdb.base/define.exp | 8 + gdb/testsuite/gdb.python/py-breakpoint.exp | 10 +- gdb/testsuite/gdb.python/python.exp | 3 + gdb/top.c | 2 +- gdb/tracepoint.c | 64 +++-- 24 files changed, 616 insertions(+), 423 deletions(-)