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 5f60af5d24 Fix a memory exhaustion bug when attempting to allocate room [...] new c180496d2a Move test_target_ops to a separate file new 3b3dac9b3f Introduce process_stratum_target new f3d11a9a96 Convert default_child_has_foo functions to process_stratum_t [...]
The 3 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 | 83 ++++++++++++++++++++++++++ gdb/Makefile.in | 2 + gdb/bsd-kvm.c | 6 +- gdb/corelow.c | 8 ++- gdb/gdbarch-selftests.c | 1 + gdb/inf-child.c | 35 ----------- gdb/inf-child.h | 17 +----- gdb/process-stratum-target.c | 85 ++++++++++++++++++++++++++ gdb/process-stratum-target.h | 59 ++++++++++++++++++ gdb/ravenscar-thread.c | 7 --- gdb/regcache.c | 1 + gdb/remote-sim.c | 15 +---- gdb/remote.c | 14 +---- gdb/target-delegates.c | 4 +- gdb/target.c | 105 --------------------------------- gdb/target.h | 67 ++------------------- gdb/{selftest-arch.h => test-target.c} | 26 +++++--- gdb/test-target.h | 65 ++++++++++++++++++++ gdb/tracefile.c | 5 -- gdb/tracefile.h | 6 +- 20 files changed, 340 insertions(+), 271 deletions(-) create mode 100644 gdb/process-stratum-target.c create mode 100644 gdb/process-stratum-target.h copy gdb/{selftest-arch.h => test-target.c} (66%) create mode 100644 gdb/test-target.h