[roll] Roll fuchsia [unwinder] Accept optional debug_info Memory

Introduces new CfiModuleInfo object to collect both binary and debug
info for a given module.

Currently unused, and no behavior changes for existing tests. New tests
are difficult to write:
1. On fuchsia, only stripped binaries are run (even in debug builds), so
   we cannot use debug_frame sections.
2. On linux, by default, stripped test binaries are used to execute the
   tests, and it is non-trivial to mark dependencies properly because
   the test becomes a recursive dependency of itself.

Full E2E tests exercising this functionality will be done in zxdb where
there are more utilities to attach to running processes and deal with
symbol discovery.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1195597
Original-Revision: ba2b291a6b5b921db8e77985804610292d7d0b63
GitOrigin-RevId: 213018f7a3a6c44f6109297c1c45c03e1c36ab36
Change-Id: Ic19b82aa0a72b270c011b73329c8334a7712873e
1 file changed
tree: 7c08a09a0105edf05b10b1854a20be93bdcc3e02
  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.