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 a8a566853a0 [gdb/testsuite] Move code from gdb_init to default_gdb_init new 41792d688a5 Don't write to inferior_ptid in linux_get_siginfo_data new 8df017996f6 gcore, handle exited threads better new c5316fc6e63 Don't write to inferior_ptid in gdbarch-selftests.c, mock a [...] new 6155c136ccf Don't write to inferior_ptid in inf-ptrace.c new a0776b131d7 Don't write to inferior_ptid in target.c new 18493a005ac Don't write to inferior_ptid in infrun.c new 7fb43e53d57 Don't write to inferior_ptid in procfs.c new 087e161b3cd Don't write to inferior_ptid in tracefile-tfile.c new 5233f39b8b9 Don't write to inferior_ptid in tracectf.c new 0ac553107c6 Don't write to inferior_ptid in remote.c new 191f02e5931 Don't write to inferior_ptid in remote-sim.c new ebe84f23d2f Don't write to inferior_ptid in nto-procfs.c new 1a20473059c Don't write to inferior_ptid in go32-nat.c new 975f8708de0 Don't write to inferior_ptid in gnu-nat.c new fe7d6a8db01 Don't write to inferior_ptid in darwin-nat.c new 60db1b85650 Don't write to inferior_ptid in corelow.c new f2e1c129f8f Don't write to inferior_ptid in bsd-kvm.c new 86e57d1b233 Don't write to inferior_ptid in btrace_fetch new 5d971d48b92 Don't write to inferior_ptid in bsd-kvm.c new 6d350754a32 Don't write to inferior_ptid in fork-child.c new 1ee1a363454 Don't write to inferior_ptid in go32-nat.c new 31ce04e9e0c Don't write to inferior_ptid in windows-nat.c, part I new 50838d1be72 Don't write to inferior_ptid in windows-nat.c, part II new 2da4b788f7a Don't write to inferior_ptid in ravenscar-thread.c new 6dbdab44e57 Don't write to inferior_ptid in aix-thread.c new 3922b302645 Decouple inferior_ptid/inferior_thread(); dup ptids in thre [...]
The 26 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 | 228 ++++++++++++++++++++++++++++++++++++++++++++++++ gdb/aix-thread.c | 2 +- gdb/bsd-kvm.c | 6 +- gdb/btrace.c | 11 +-- gdb/corelow.c | 20 ++--- gdb/darwin-nat.c | 16 ++-- gdb/fork-child.c | 3 - gdb/gdbarch-selftests.c | 17 ++-- gdb/gdbthread.h | 17 ++-- gdb/gnu-nat.c | 15 ++-- gdb/go32-nat.c | 8 +- gdb/inf-ptrace.c | 19 ++-- gdb/infrun.c | 101 +++++++++------------ gdb/linux-tdep.c | 64 ++++++++------ gdb/nat/windows-nat.c | 1 - gdb/nat/windows-nat.h | 3 - gdb/nto-procfs.c | 24 ++--- gdb/procfs.c | 18 ++-- gdb/ravenscar-thread.c | 49 +++++------ gdb/remote-sim.c | 10 +-- gdb/remote.c | 34 ++++---- gdb/target.c | 2 +- gdb/thread.c | 97 +++++++------------- gdb/tracectf.c | 7 +- gdb/tracefile-tfile.c | 7 +- gdb/windows-nat.c | 103 +++++++++++----------- 26 files changed, 524 insertions(+), 358 deletions(-)