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 a50c11c666 Fix crash in "run" on macOS when gdb is not signed new 057302ceb3 Remove exit_inferior_num_silent new fd79271bd9 Remove ptid_build new f2907e4991 Remove pid_to_ptid new e99b03dcf4 Remove ptid_get_pid new e38504b392 Remove ptid_get_lwp new cc6bcb548d Remove ptid_get_tid new 0e998d966b Remove ptid_is_pid new 15a9e13e52 Remove ptid_lwp_p new d2a107e3f9 Remove ptid_tid_p new 26a57c9256 Remove ptid_match new d7e15655a4 Remove ptid_equal
The 11 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 | 304 +++++++++++++++++++++++++++++++++++++++ gdb/aarch64-linux-nat.c | 30 ++-- gdb/ada-lang.c | 2 +- gdb/ada-tasks.c | 11 +- gdb/aix-thread.c | 40 +++--- gdb/alpha-bsd-nat.c | 12 +- gdb/amd64-fbsd-nat.c | 4 +- gdb/amd64-linux-nat.c | 8 +- gdb/arm-linux-nat.c | 38 ++--- gdb/arm-nbsd-nat.c | 20 +-- gdb/auxv.c | 2 +- gdb/break-catch-syscall.c | 4 +- gdb/breakpoint.c | 36 ++--- gdb/bsd-kvm.c | 2 +- gdb/bsd-uthread.c | 24 ++-- gdb/common/agent.c | 4 +- gdb/common/ptid.c | 80 ----------- gdb/common/ptid.h | 44 ------ gdb/corelow.c | 10 +- gdb/ctf.c | 2 +- gdb/darwin-nat-info.c | 10 +- gdb/darwin-nat.c | 48 +++---- gdb/dcache.c | 4 +- gdb/dtrace-probe.c | 4 +- gdb/fbsd-nat.c | 68 ++++----- gdb/fbsd-tdep.c | 12 +- gdb/fork-child.c | 2 +- gdb/gcore.c | 2 +- gdb/gdbserver/ChangeLog | 70 +++++++++ gdb/gdbserver/linux-low.c | 64 ++++----- gdb/gdbserver/linux-mips-low.c | 4 +- gdb/gdbserver/linux-ppc-low.c | 2 +- gdb/gdbserver/linux-x86-low.c | 2 +- gdb/gdbserver/lynx-low.c | 28 ++-- gdb/gdbserver/mem-break.c | 14 +- gdb/gdbserver/nto-low.c | 30 ++-- gdb/gdbserver/proc-service.c | 2 +- gdb/gdbserver/remote-utils.c | 14 +- gdb/gdbserver/server.c | 54 +++---- gdb/gdbserver/spu-low.c | 30 ++-- gdb/gdbserver/target.c | 16 +-- gdb/gdbserver/thread-db.c | 6 +- gdb/gdbserver/tracepoint.c | 2 +- gdb/gdbserver/win32-low.c | 12 +- gdb/gdbthread.h | 2 +- gdb/gnu-nat.c | 36 ++--- gdb/go32-nat.c | 6 +- gdb/hppa-nbsd-nat.c | 4 +- gdb/hppa-obsd-nat.c | 2 +- gdb/i386-cygwin-tdep.c | 4 +- gdb/i386-darwin-nat.c | 8 +- gdb/i386-fbsd-nat.c | 6 +- gdb/i386-gnu-nat.c | 6 +- gdb/i386-linux-nat.c | 2 +- gdb/ia64-linux-nat.c | 4 +- gdb/inf-loop.c | 2 +- gdb/inf-ptrace.c | 44 +++--- gdb/infcall.c | 2 +- gdb/infcmd.c | 24 ++-- gdb/inferior.c | 20 +-- gdb/inferior.h | 2 +- gdb/inflow.c | 4 +- gdb/infrun.c | 90 ++++++------ gdb/linux-fork.c | 52 +++---- gdb/linux-nat.c | 194 ++++++++++++------------- gdb/linux-tdep.c | 14 +- gdb/linux-thread-db.c | 46 +++--- gdb/m68k-bsd-nat.c | 4 +- gdb/mi/mi-interp.c | 8 +- gdb/mi/mi-main.c | 18 +-- gdb/mips-linux-nat.c | 14 +- gdb/mips-nbsd-nat.c | 4 +- gdb/mips64-obsd-nat.c | 4 +- gdb/nat/aarch64-linux-hw-point.c | 4 +- gdb/nat/aarch64-linux.c | 4 +- gdb/nat/fork-inferior.c | 2 +- gdb/nat/linux-btrace.c | 8 +- gdb/nat/linux-osdata.c | 8 +- gdb/nat/linux-procfs.c | 6 +- gdb/nat/x86-linux-dregs.c | 14 +- gdb/nto-procfs.c | 50 +++---- gdb/obsd-nat.c | 30 ++-- gdb/ppc-fbsd-nat.c | 4 +- gdb/ppc-linux-nat.c | 40 +++--- gdb/ppc-linux-tdep.c | 2 +- gdb/ppc-nbsd-nat.c | 4 +- gdb/ppc-obsd-nat.c | 4 +- gdb/ppc-ravenscar-thread.c | 4 +- gdb/proc-service.c | 2 +- gdb/procfs.c | 132 ++++++++--------- gdb/progspace.c | 4 +- gdb/python/py-infthread.c | 6 +- gdb/ravenscar-thread.c | 18 +-- gdb/record-btrace.c | 14 +- gdb/record.c | 2 +- gdb/regcache.c | 12 +- gdb/remote-sim.c | 16 +-- gdb/remote.c | 146 +++++++++---------- gdb/rs6000-nat.c | 14 +- gdb/s390-linux-nat.c | 22 +-- gdb/sh-nbsd-nat.c | 4 +- gdb/sol-thread.c | 108 +++++++------- gdb/sol2-tdep.c | 4 +- gdb/solib.c | 2 +- gdb/sparc-nat.c | 2 +- gdb/sparc-ravenscar-thread.c | 4 +- gdb/sparc64-tdep.c | 22 +-- gdb/spu-linux-nat.c | 26 ++-- gdb/spu-tdep.c | 4 +- gdb/target-debug.h | 2 +- gdb/target.c | 24 ++-- gdb/thread.c | 24 ++-- gdb/tid-parse.c | 2 +- gdb/top.c | 4 +- gdb/tracefile-tfile.c | 2 +- gdb/tui/tui-stack.c | 2 +- gdb/vax-bsd-nat.c | 4 +- gdb/windows-nat.c | 67 +++++---- gdb/windows-tdep.c | 4 +- gdb/x86-linux-nat.c | 6 +- gdb/x86-nat.c | 18 +-- gdb/xtensa-linux-nat.c | 8 +- 122 files changed, 1477 insertions(+), 1241 deletions(-)