commit | acc28c0d79a20bc4b1eb5385be5a5d30ffa62931 | [log] [tgz] |
---|---|---|
author | Brett Wilson <brettw@fuchsia.infra.roller.google.com> | Sat Nov 18 00:22:27 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Nov 17 16:23:25 2023 -0800 |
tree | 48bd4c920738df157ad94365244f53b036f17db0 | |
parent | f590d7441abea2e1dac1c5d258cd983493ce318b [diff] |
[roll] Roll fuchsia [debugger] Add Ptrace handlers. Adds the basic Linux ptrace BinaryLauncher interface and the ptrace message handlers (in linux_task.cc). Adds some associated low-level Linux implementations like the SuspendHandle and ExceptionHandle. This code is not yet used and will be hooked up in a followup. The delicate forking code in linux_binary_launcher.cc is mostly copied from Chromium's process forking code in base/. The current arch.cc file is Zircon-specific. Rename to zircon_arch.cc and add a Linux version. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945657 Original-Revision: c2a36d8cd0724c3b0cac57ee380f083665acf4c1 GitOrigin-RevId: 47bd9cec818a3416de84a98631f460380a09d8f9 Change-Id: I34e2807b7d606635a9d26c0dffdf55bba81f1641
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
.