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 6bf0052db8 Run gdb.base/catch-fork-static.exp on remote target boards new 466eeceef4 lwp_info: Make the arch code free arch_lwp_info new 04ec7890fc linux low: Make the arch code free arch_process_info
The 2 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/aarch64-linux-nat.c | 1 + gdb/arm-linux-nat.c | 9 ++++++++ gdb/gdbserver/ChangeLog | 46 +++++++++++++++++++++++++++++++++++++++ gdb/gdbserver/linux-aarch64-low.c | 12 +++++++++- gdb/gdbserver/linux-arm-low.c | 18 +++++++++++++++ gdb/gdbserver/linux-bfin-low.c | 2 ++ gdb/gdbserver/linux-crisv32-low.c | 2 ++ gdb/gdbserver/linux-low.c | 12 ++++++++-- gdb/gdbserver/linux-low.h | 8 +++++++ gdb/gdbserver/linux-m32r-low.c | 2 ++ gdb/gdbserver/linux-mips-low.c | 19 ++++++++++++++++ gdb/gdbserver/linux-ppc-low.c | 2 ++ gdb/gdbserver/linux-s390-low.c | 2 ++ gdb/gdbserver/linux-sh-low.c | 2 ++ gdb/gdbserver/linux-tic6x-low.c | 2 ++ gdb/gdbserver/linux-tile-low.c | 2 ++ gdb/gdbserver/linux-x86-low.c | 10 +++++++++ gdb/gdbserver/linux-xtensa-low.c | 2 ++ gdb/linux-nat.c | 21 +++++++++++++++++- gdb/linux-nat.h | 3 +++ gdb/nat/aarch64-linux.c | 8 +++++++ gdb/nat/aarch64-linux.h | 3 +++ gdb/nat/x86-linux.c | 8 +++++++ gdb/nat/x86-linux.h | 4 ++++ gdb/s390-linux-nat.c | 9 ++++++++ gdb/x86-linux-nat.c | 1 + 27 files changed, 226 insertions(+), 4 deletions(-)