This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/bauermann/sve-tdesc-parameters in repository binutils-gdb.
from 4833d6dac6d gdb/testsuite: Add test to exercise multi-threaded AArch64 [...] new c4d68c00c4c Add bool argument to fetch only one register new 40f8939b622 gdbserver: Implement p and P packets new db72c78647c gdb: remote: Save the stop reply packet from vRun and use it new 08da556929d gdbserver: Support target description parameters new 6a46b0e7d18 gdbserver: Add support for variable-size registers new 0cc4432642c gdbserver: linux-aarch64: Add variable-size registers and t [...] new 4e2fa31fae6 GDB: regcache: Invalidate variable-size registers ... new 42609b1bb70 fixup GDB: Add concept of variable-size registers to the regcache new 35027de4cf7 GDB: remote: Update tdesc parameters and packet size ... new 76f72769715 GDB: Allow passing regcache to resolve_dynamic_type () new 63603295544 GDB: linux-nat: Make tdesc parameters available early new 6df3bc317b7 GDB: testsuite: Allow gdb.arch/aarch64-sve-sigunwind.exp fo [...]
The 12 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/aarch64-linux-nat.c | 4 +- gdb/aarch64-tdep.c | 22 ++- gdb/aix-thread.c | 7 +- gdb/amd-dbgapi-target.c | 7 +- gdb/arch-utils.c | 7 + gdb/bsd-uthread.c | 7 +- gdb/corelow.c | 7 +- gdb/dwarf2/loc.c | 20 ++- gdb/dwarf2/loc.h | 2 + gdb/frame.c | 3 +- gdb/gdbarch-gen.c | 22 +++ gdb/gdbarch-gen.h | 8 + gdb/gdbarch_components.py | 13 ++ gdb/gdbtypes.c | 77 ++++++---- gdb/gdbtypes.h | 5 +- gdb/gnu-v3-abi.c | 2 +- gdb/inf-child.h | 2 +- gdb/linux-nat.c | 11 ++ gdb/linux-nat.h | 2 + gdb/process-stratum-target.h | 5 + gdb/ravenscar-thread.c | 8 +- gdb/record-btrace.c | 7 +- gdb/record-full.c | 4 +- gdb/regcache.c | 74 +++++++-- gdb/regcache.h | 33 +++- gdb/regformats/regdef.h | 31 +++- gdb/remote.c | 88 +++++++++-- gdb/sol-thread.c | 7 +- gdb/target-delegates-gen.c | 19 +-- gdb/target.c | 5 +- gdb/target.h | 12 +- gdb/testsuite/gdb.arch/aarch64-sve-sigunwind.exp | 2 - gdb/tracectf.c | 5 +- gdb/tracefile-tfile.c | 5 +- gdbserver/ax.cc | 2 +- gdbserver/linux-aarch64-low.cc | 88 +++++++++++ gdbserver/regcache.cc | 185 ++++++++++++++++++++--- gdbserver/regcache.h | 27 +++- gdbserver/remote-utils.cc | 2 +- gdbserver/server.cc | 102 +++++++++++-- gdbserver/target.cc | 14 ++ gdbserver/target.h | 20 +++ gdbserver/tdesc.cc | 136 +++++++++++++++-- gdbserver/tdesc.h | 32 +++- gdbserver/tracepoint.cc | 6 +- gdbsupport/tdesc.h | 6 - 46 files changed, 966 insertions(+), 187 deletions(-)