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 8dc558a0724 gdb/testsuite: avoid reading files through the remote proto [...] new 335709bc5a6 gdb: make "set debug timestamp" work nice with new debug printouts new e71daf80d33 gdb: use infrun_debug_printf in print_target_wait_results new 3ec3145c5dd gdb: introduce scoped debug prints
The 3 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 | 20 ++++++ gdb/debug.c | 4 ++ gdb/infrun.c | 45 ++++++------ gdb/infrun.h | 10 +++ gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.base/ui-redirect.exp | 9 ++- gdb/testsuite/gdb.threads/ia64-sigill.exp | 16 +++-- gdb/testsuite/gdb.threads/stepi-random-signal.exp | 5 +- gdb/testsuite/gdb.threads/watchthreads-reorder.exp | 7 +- gdb/utils.c | 34 +++++---- gdbserver/ChangeLog | 4 ++ gdbserver/debug.cc | 4 ++ gdbsupport/ChangeLog | 8 +++ gdbsupport/common-debug.cc | 2 +- gdbsupport/common-debug.h | 81 +++++++++++++++++++++- 15 files changed, 201 insertions(+), 52 deletions(-)