[roll] Roll fuchsia [zxdump] Add get_child and make find work for live tasks

This fleshes out the missing get_child call and makes both it and
the find method work fully on live tasks.  This also adds tests
for the existing Process::find and Process::threads methods for
both dump-reading and live processes.  These are also the first
actual tests of SuspendAndCollectThreads (i.e. really dumping
threads at all) and fixed some bugs therein.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720322
Original-Revision: 0428e5339fefe92c49a8bbce37197a477daaa933
GitOrigin-RevId: d66b5895e1967f8e58c004b4d7458562a515fa4d
Change-Id: I441ab2a6dbc4901c0306cccefb63b8ffe52d5fe4
1 file changed
tree: 9d32144678e77a920c4625f9e73f92af36e8ea17
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.