This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/simark/ptid-in-fetch-store-regs in repository binutils-gdb.
discards be26561 Add ptid parameter to target_store_registers discards 1261c63 Pass ptid to target_fetch_registers discards d772eef Pass down ptid in bsd_uthread_ops layer discards dc5808b Define typedefs for bsd_uthread_ops fields discards 0c98688 Add parametrized version of s390_inferior_tid adds d274ecf Remove const in xtensa-linux-nat.c:fetch_gregs new 3c830b4 windows: Don't use current_thread for register fetch/store new 4dab718 Add parametrized version of s390_inferior_tid new 35e8c54 Define typedefs for bsd_uthread_ops fields new 825c8a4 Pass down ptid in bsd_uthread_ops layer new 3e44673 Pass ptid to target_fetch_registers new 0815e83 Pass ptid to target_store_registers new a243d6a Pass ptid to to_prepare_to_store
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (be26561) \ N -- N -- N refs/heads/users/simark/ptid-in-fetch-store-regs (a243d6a)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 7 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 | 4 +++ gdb/aarch64-linux-nat.c | 36 +++++++++++------------ gdb/aix-thread.c | 4 +-- gdb/alpha-bsd-nat.c | 18 +++++++----- gdb/amd64-bsd-nat.c | 24 ++++++++------- gdb/amd64-linux-nat.c | 4 +-- gdb/arm-linux-nat.c | 70 +++++++++++++++++++++++--------------------- gdb/arm-nbsd-nat.c | 56 ++++++++++++++++++----------------- gdb/bsd-kvm.c | 3 +- gdb/ctf.c | 3 +- gdb/go32-nat.c | 6 ++-- gdb/hppa-linux-nat.c | 26 ++++++++-------- gdb/hppa-nbsd-nat.c | 18 +++++++----- gdb/hppa-obsd-nat.c | 18 +++++++----- gdb/i386-bsd-nat.c | 30 ++++++++++--------- gdb/i386-darwin-nat.c | 10 ++++--- gdb/i386-gnu-nat.c | 14 +++++---- gdb/i386-linux-nat.c | 32 ++++++++++---------- gdb/ia64-linux-nat.c | 27 +++++++++-------- gdb/inf-child.c | 3 +- gdb/inf-ptrace.c | 14 +++++---- gdb/m32r-linux-nat.c | 14 +++++---- gdb/m68k-bsd-nat.c | 18 +++++++----- gdb/m68k-linux-nat.c | 45 +++++++++++++++------------- gdb/m88k-bsd-nat.c | 12 ++++---- gdb/mips-fbsd-nat.c | 18 +++++++----- gdb/mips-linux-nat.c | 45 +++++++++++++++------------- gdb/mips-nbsd-nat.c | 18 +++++++----- gdb/mips64-obsd-nat.c | 12 ++++---- gdb/nto-procfs.c | 12 ++++---- gdb/ppc-fbsd-nat.c | 18 +++++++----- gdb/ppc-linux-nat.c | 14 +++++---- gdb/ppc-nbsd-nat.c | 18 +++++++----- gdb/ppc-obsd-nat.c | 18 +++++++----- gdb/ppc-ravenscar-thread.c | 2 +- gdb/ravenscar-thread.c | 14 +++++---- gdb/ravenscar-thread.h | 2 +- gdb/record-btrace.c | 7 +++-- gdb/record-full.c | 3 +- gdb/regcache.c | 4 +-- gdb/remote-sim.c | 22 +++++++++----- gdb/remote.c | 9 ++++-- gdb/rs6000-nat.c | 60 ++++++++++++++++++------------------- gdb/sh-nbsd-nat.c | 12 ++++---- gdb/sol-thread.c | 22 +++++++------- gdb/sparc-nat.c | 14 +++++---- gdb/sparc-nat.h | 4 +-- gdb/sparc-ravenscar-thread.c | 5 ++-- gdb/spu-linux-nat.c | 3 +- gdb/target-delegates.c | 12 ++++---- gdb/target.h | 6 ++-- gdb/tilegx-linux-nat.c | 14 +++++---- gdb/vax-bsd-nat.c | 12 ++++---- gdb/windows-nat.c | 47 +++++++++++++++-------------- gdb/xtensa-linux-nat.c | 48 +++++++++++++++--------------- 55 files changed, 549 insertions(+), 455 deletions(-)