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 0295dde6551 gdb: Fix use after free bug in compile_object_run new b60cea74de1 Make target_wait options use enum flags
The 1 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 | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ gdb/aix-thread.c | 4 +-- gdb/bsd-uthread.c | 4 +-- gdb/darwin-nat.c | 2 +- gdb/darwin-nat.h | 2 +- gdb/fbsd-nat.c | 2 +- gdb/fbsd-nat.h | 2 +- gdb/gnu-nat.c | 2 +- gdb/gnu-nat.h | 2 +- gdb/go32-nat.c | 4 +-- gdb/inf-ptrace.c | 2 +- gdb/inf-ptrace.h | 2 +- gdb/infrun.c | 5 ++-- gdb/linux-nat.c | 4 +-- gdb/linux-nat.h | 2 +- gdb/linux-thread-db.c | 4 +-- gdb/nbsd-nat.c | 5 ++-- gdb/nbsd-nat.h | 2 +- gdb/nto-procfs.c | 4 +-- gdb/obsd-nat.c | 2 +- gdb/obsd-nat.h | 2 +- gdb/procfs.c | 4 +-- gdb/ravenscar-thread.c | 4 +-- gdb/record-btrace.c | 7 +++--- gdb/record-full.c | 6 ++--- gdb/remote-sim.c | 5 ++-- gdb/remote.c | 15 ++++++----- gdb/rs6000-nat.c | 4 +-- gdb/sol-thread.c | 4 +-- gdb/target-debug.h | 2 +- gdb/target-delegates.c | 12 ++++----- gdb/target.c | 11 +++++---- gdb/target.h | 6 ++--- gdb/target/target.h | 4 ++- gdb/target/wait.h | 15 ++++++++--- gdb/windows-nat.c | 4 +-- gdbserver/ChangeLog | 15 +++++++++++ gdbserver/linux-low.cc | 4 +-- gdbserver/linux-low.h | 4 +-- gdbserver/netbsd-low.cc | 8 +++--- gdbserver/netbsd-low.h | 2 +- gdbserver/target.cc | 7 +++--- gdbserver/target.h | 6 ++--- gdbserver/win32-low.cc | 2 +- gdbserver/win32-low.h | 2 +- 45 files changed, 189 insertions(+), 88 deletions(-)