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

This reverts commit ba2b291a6b5b921db8e77985804610292d7d0b63.

Reason for revert: Mac builders failing on elf.h file in cfi_module.h

Original change's description:
> [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.
>
> Change-Id: Ie6a7ed94623f913c1fb69a5334eb1fd5e73fd4cb
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1195597
> Reviewed-by: Adam Barth <abarth@google.com>
> Commit-Queue: Jacob Rutherford <jruthe@google.com>
> Fuchsia-Auto-Submit: Jacob Rutherford <jruthe@google.com>
> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1208726
Original-Revision: 2364f692097a7d4fe00f361b5c984f928ecdaea2
GitOrigin-RevId: 21baeeb910875984eb8a1a2d4fc952907fd9a2d4
Change-Id: Idd80d8de0b9d0e905935e31e45bd7509038c21ff
1 file changed
tree: 0d22ea39c3ffeab93d58d62f9ffec584cbd58dd8
  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.