[roll] Roll fuchsia [kernel][vm] Add GetVmarMaps to diagnostics.cc

Add a GetVmarMaps function to diagnostics.cc to mirror the existing
GetAspaceMaps.  This change does not expose any new functionally.  A
future change will add a new object_get_info topic (along with tests)
that makes use of the new function.

Add VmAddressRegion::EnumerateChildren, to mirror the existing
VmAspace::EnumerateChildren.

Rename VmMapBuilder to MapBuilder and make it a template with two
instantiations, AspaceMapBuilder and VmarMapBuilder.  AspaceMapBuilder
is used by GetAspaceMaps.  VmarMapBuilder is used by GetVmarMaps.

Change RestartableVmEnumerator::Enumerate to take a VmAddressRegion*.

Make VmAddressRegionDispatcher::vmar_ const.

Original-Bug: 42085954
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1066025
Original-Revision: e4935897d5d96bb1bb62d3ff19444fab7f60f205
GitOrigin-RevId: adc33535641b07447cdc6e79236eef0b69608bc9
Change-Id: Ie03cafadb53e62c2016e0688d2d0e9993cb61b34
1 file changed
tree: 08d004fde7dbb705adfd744e4c63c120fcc33dbf
  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 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.