[roll] Roll fuchsia [debugger] Only create the FuncAddrMap with DWO binaries

Creating the FuncAddrMap is a slow operation and we are still required
to populate the LLVM DIE index cache, which creates a significant
performance regression to sensitive tools like symbolizer. Since
symbolizer is only intended to be used with Fuchsia, we won't have to
worry about any DWO files for right now.

Original-Bug: b/330221668
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1010697
Original-Revision: 19243f3169b0019b5c1b71436833bfbd78ec119c
GitOrigin-RevId: 7d9b566c89f0fa0de93185cda939c552f85a43fb
Change-Id: I6ee22301070d8e1c5f55d11702223e0e81c32a70
1 file changed
tree: 59fcd280b2feab237dddfd75bfe7b0c72d609e52
  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.