[roll] Roll fuchsia [debugger] Use new "As" conversion templates.

Replaces callers of "AsFoo" with "As<Foo>" for consistency. Make the
virtual "AsFoo" functions protected to enforce consistency. Remove the
non-const overrides which is now provided by the template system.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/543201
Original-Revision: 28483e625266ca17ed62d12c47f2c1a6d281cbdb
GitOrigin-RevId: 494ba82140544155eb815619676d4f2d6d1cc5c2
Change-Id: Ia22ff357b2cf1cef34995ef4d5d4a554eadfffae
1 file changed
tree: 80b8031a7f75a80477a594bee701f7fde4c9aa2b
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.