[roll] Roll fuchsia [debugger] Create CompileUnit objects for skeletons

When compiling with "debug fission," the main binary will refer to a
.dwo file using a "Skeleton unit". This is the same in most ways as a
regular compilation unit except it doesn't normally have children.

This creates a CompileUnit object in for this type of DWARF tag.

Since debug fission is not fully hooked up yet, there should be no
observable behavior change.

Clean up some code in DwarfSymbolFactory::DecodeCompileUnit where it
unnecessarily created another std::optional for the unit's addr_base.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/962660
Original-Revision: 6099d47dade411b3501fc23c9cb3bc59b18a7f1e
GitOrigin-RevId: e11cb27ab157a0b9501dbb8df0e868edc52e0f9b
Change-Id: I7c7b7b8d05b4317cfb7b964b4affedf98bda6a6c
1 file changed
tree: 42d05bf2f401833cdff582aa69fadfc423416c04
  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.