[roll] Roll fuchsia [starnix][ptrace] Clean up GET/SETREGSET

Previously, apply_user_register was called for each register offset.
This is now changed to convert the entire RegisterState into a
user_regs_struct, and then written as much as possible.

Similarly, introduced from_user_regs_struct to set the register state.

Original-Original-Bug: 507799355
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1613051
Original-Original-Revision: d5dc8498c0807e6cec4b8ccf6c69b20c26ecda36
GitOrigin-RevId: 58f1537d70d0914999041c7df4b1f39c71514a48
Change-Id: I91f203d9f45c062014086e46f6af0881cb993051
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1618793
Cr-Commit-Position: refs/heads/main@{#193051}
1 file changed
tree: 308ff40e0b503a70c08fa93903dbfb6a45a67e12
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.