[roll] Roll fuchsia [debugger] Refactor symbol server

* Combine CloudStorageSymbolServer and CloudStorageSymbolServerImpl to
  SymbolServerImpl
* Rename MockCloudStorageSymbolServer to MockSymbolServer
* Remove Fetch method from SymbolServer, which is never used
* Move some shared implementation to SymbolServer

There should be no behavior changes.

Original-Bug: 61746
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/833344
Original-Revision: 48d9c03760ba55870e356541d070d6ddc9b69ca3
GitOrigin-RevId: 9eadc1b185a2cfea225a872d45da12011206110a
Change-Id: I7ec46a518090ce50cb232c33fed92c378ff8344f
1 file changed
tree: 2f4602f3c5dff6c959d0d99deef814940d44ce2e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.