[roll] Roll fuchsia [starnix][ptrace] Handle special Linux breakpoint instruction

The arm32 instruction `0xe7f001f0` is an undefined instruction, but
Linux designates as a special breakpoint instruction because the `bkpt`
instruction was not introduced until ARMv5. On Linux, executing this
instruction always raises SIGTRAP, while other undefined instructions
raise SIGILL.

Similarly, the Thumb instruction `0xde01` was an undefined instruction
before it was defined as `bkpt #1` in ARMv5T; and `0xf7f0a000` is the
designated Thumb2 undefined instruction on Linux.

Original-Bug: 509930133
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1601529
Original-Revision: 6e43102939f047cdfb1208545892ded42282f888
GitOrigin-RevId: bbe22239e95fafbe876ea0d6e66f4fc49d728e1e
Change-Id: Iac3a7b414e70c033995526d50837f5ff6da994fe
1 file changed
tree: 2732eeb01acc43c9d837f1b6fef665337746434d
  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.