[roll] Roll fuchsia [debugger] Organize DWARF operations.

Audit all DWARF opcodes in the DwarfExprEval to make sure we have them
all. There were some missing DWARF 5 ones and it was difficult to see
what we have.

Fix the order so all opcodes are in numeric order. Add all GNU opcodes
(LLVM doesn't have constants for most of these). For the GNU ones we do
implement, make the stringified output reference the proper _GNU_ name.

Clarify some error messages.

Update the ReportError function to return "kSync" like we do for
AppendString which allows some cleaner code at the call site, even
though the return value is always the same.

There should be no behavior change except when debug-printing
expressions containing GNU extensions and in error messages.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/554323
Original-Revision: f4e07d66246f94444b4511c8c11779c48f8ba725
GitOrigin-RevId: 242c5de2dbfe191b0b2a772bc27d89f5a3406568
Change-Id: I60f6586a656ad032b5b7ab34198517c6f0c9daad
1 file changed
tree: df5b7f6cf1199d9f553a06143a1e1a5c3bff7551
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.