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 3a76f8f4894 Avoid letting exceptions escape gdb_bfd_iovec_fileio_close [...] new 30a696c5434 Add regcache_map_supplies helper routine. new 5a680bf9f2c fbsd-nat: Add helper functions to fetch and store register sets. new e747f4dd8d8 riscv-fbsd-nat: Use fetch_register_set and store_register_set. new 05dfb57c685 aarch64-fbsd-nat: Use fetch_register_set and store_register_set. new f9e5d80cf75 arm-fbsd-nat: Use fetch_register_set and store_register_set.
The 5 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-fbsd-nat.c | 77 +++++------------------------------------------ gdb/arm-fbsd-nat.c | 81 +++++--------------------------------------------- gdb/fbsd-nat.c | 46 ++++++++++++++++++++++++++++ gdb/fbsd-nat.h | 43 +++++++++++++++++++++++++++ gdb/regcache.c | 27 +++++++++++++++++ gdb/regcache.h | 9 ++++++ gdb/riscv-fbsd-nat.c | 78 +++++------------------------------------------- 7 files changed, 149 insertions(+), 212 deletions(-)