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 37d9880d653 [gdb] Mention --with/without-system-readline for --configuration new 3f75a984d27 gdb: add interp::on_signal_received method new 8782926771b gdb: add interp::on_normal_stop method new d6bd2ef5f4c gdb: add interp::on_signal_exited method new bf64d1d5bf7 gdb: add interp::on_exited method new 2e5dbfab563 gdb: add interp::on_no_history method new c3d321de3f3 gdb: add interp::on_sync_execution_done method new 2736b771536 gdb: add interp::on_command_error method new 77cd03e27c5 gdb: add interp::on_user_selected_context_changed method new 30e7e0a917b gdb: add interp::on_new_thread method new 8e7af843458 gdb: add interp::on_thread_exited method new 023c6d45d79 gdb: add interp::on_inferior_added method new 0c613e170e6 gdb: add interp::on_inferior_appeared method new d38086cce9a gdb: add interp::on_inferior_disappeared method new 2646bfa763e gdb: add interp::on_inferior_removed method new 44fbffc69d6 gdb: add interp::on_record_changed method new 52d98df7420 gdb: add interp::on_target_resumed method new f6485481002 gdb: add interp::on_solib_loaded method new d711fe3b0f3 gdb: add interp::on_solib_unloaded method new 7603ea6afa4 gdb: add interp::on_about_to_proceed method new 0bc845fc987 gdb: add interp::on_traceframe_changed method new bf506f275a7 gdb: add interp::on_tsv_created method new f0dffaff4ff gdb: add interp::on_tsv_deleted method new c27ec5c09f3 gdb: add interp::on_tsv_modified method new e7692320db9 gdb: add interp::on_breakpoint_created method new e4239559f48 gdb: add interp::on_breakpoint_deleted method new 19081eb5f18 gdb: add interp::on_breakpoint_modified method new 3d654fa72d3 gdb: add interp::on_param_changed method new ec517d1040b gdb: add interp::on_memory_changed method
The 28 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/breakpoint.c | 70 ++-- gdb/breakpoint.h | 5 + gdb/cli/cli-interp.c | 149 ++------- gdb/cli/cli-interp.h | 9 + gdb/cli/cli-setshow.c | 13 +- gdb/corefile.c | 13 +- gdb/inferior.c | 49 ++- gdb/infrun.c | 61 +++- gdb/infrun.h | 11 + gdb/interps.c | 217 ++++++++++++ gdb/interps.h | 197 +++++++++++ gdb/main.c | 2 +- gdb/mi/mi-cmd-break.c | 2 +- gdb/mi/mi-interp.c | 895 ++++++++++++++------------------------------------ gdb/mi/mi-interp.h | 31 ++ gdb/mi/mi-main.c | 2 +- gdb/observable.c | 11 - gdb/observable.h | 50 --- gdb/record-btrace.c | 3 +- gdb/record-full.c | 3 +- gdb/record.c | 3 +- gdb/remote.c | 5 +- gdb/solib.c | 24 +- gdb/source.c | 5 +- gdb/stack.c | 8 +- gdb/thread.c | 44 ++- gdb/tracepoint.c | 17 +- 27 files changed, 993 insertions(+), 906 deletions(-)