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 baf2b57f18c gdb: move set remote commands to remote.c new cda09ec9f9c gdb: move remote_debug to remote.{h,c} new 02349803fc5 gdb: change remote_debug to bool new 2189c312652 gdb: add remote_debug_printf
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 | 21 +++ gdb/remote-sim.c | 1 + gdb/remote.c | 225 +++++++++------------------ gdb/remote.h | 20 +++ gdb/target.h | 3 - gdb/testsuite/ChangeLog | 5 + gdb/testsuite/lib/range-stepping-support.exp | 8 +- gdb/top.c | 4 - gdbsupport/ChangeLog | 6 + gdbsupport/common-debug.cc | 6 +- gdbsupport/common-debug.h | 8 + 11 files changed, 143 insertions(+), 164 deletions(-)