[roll] Roll fuchsia Revert "[starnix] ptrace seize / interrupt / listen"

This reverts commit 5d3661b23ef0bb52ff39640393c44b0bf2fe2175.

Reason for revert: suspected contributor to fxbug.dev/136042 flakes

Original change's description:
> [starnix] ptrace seize / interrupt / listen
>
> ptrace seize connects to a task without stopping it.
>
> ptrace interrupt stops a task once the tracer has seized it, so it
> can issue ptrace commands.
>
> ptrace listen starts an interrupted task in a mode where it never
> executes code - it can only wait for signals and notify a ptracer
> that the signal has been received. Typically, if you use ptrace to
> continue a thread with PTRACE_CONT, then the tracee will ignore
> subsequent SIGCONTs. PTRACE_LISTEN was invented for those who want a
> way of continuing the tracee without ignoring subsequent SIGCONTs.
>
> Original-Bug: b/299348370
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/940256

Original-Bug: b/299348370
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945127
Original-Revision: 1db5d39e955d762f80d8a6dc73ad2613ddc3b2d8
GitOrigin-RevId: 99a783489e0b5a9b602e27524d80550d24a4e9ff
Change-Id: I22e7fff13cfbcfc7529835aa7c7519241f0a0aa4
1 file changed
tree: 4471c1dd16ed8f39d5f3744d800e87ad86196ea8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.