[roll] Roll fuchsia [heapdump] Transfer the name and vaddr of ExecutableRegions too

These fields will be needed when we start using the
//src/developer/ffx/lib/symbolize library for symbolization
instead of delegating to pprof.

For now, the only effect of this CL is that the Mapping
entries in the generated protobuf will have the "filename"
populated. Note that pprof replaces it with the detected
path when it resolves a mapping through its build ID.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1235585
Original-Revision: 48384d5dc6797b693e71c6209479be763b6cf184
GitOrigin-RevId: 4412d2da74f72dd989bc7fbe2552ac66319b6461
Change-Id: Iff2d12567f5f2031db35922b0f1c547d81957a73
1 file changed
tree: e177888253cb72fb072943af340616aeae7d419b
  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.