[roll] Roll fuchsia [debugger] Use number of ASPACE map types as heuristic

..for detecting when we are attached to a process that is sharing an
address space with another. This heuristic works for both processes with
both a private and shared address space, as well as the "prototype"
process which only contains a private address space which is then shared
with other processes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1258744
Original-Revision: b73145c05ba4af90fa499385879fbe32e4d89d41
GitOrigin-RevId: 56dd67424467b33aa07f63412fcbfc3c14dfc781
Change-Id: I65ca7919472e9f58f2922d94a8697faf9f86d2a9
1 file changed
tree: 3a7f9aab6389655320ce6f1963528a1ff03b2fab
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.