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 559798f8280 gdb: fix include for gdb_signal in target/waitstatus.h new a887499c6b3 gdb: make target debug functions return std::string new b38f70086db gdb: make debug_target use one-liners new 8a8b6c53e12 gdb: make regcache::debug_print_register return a string new cb5dfff88ea gdb: add target_debug_printf and target_debug_printf_nofunc
The 4 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/make-target-delegates.py | 42 +- gdb/regcache.c | 28 +- gdb/regcache.h | 5 +- gdb/target-debug.h | 339 ++++---- gdb/target-delegates.c | 1819 +++++++++++++++++++----------------------- gdb/target.c | 129 ++- gdb/utils.c | 6 + gdb/utils.h | 2 + 8 files changed, 1072 insertions(+), 1298 deletions(-)