commit | d33ac856d13bb366118b4515f5676d84f6436143 | [log] [tgz] |
---|---|---|
author | Matt Sandy <msandy@fuchsia.infra.roller.google.com> | Fri Nov 10 03:07:08 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 09 19:08:48 2023 -0800 |
tree | 4471c1dd16ed8f39d5f3744d800e87ad86196ea8 | |
parent | 1952c1ef5b8f8d27a3e255c928d63288f8368317 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.