[roll] Roll fuchsia [debugger] Print entry data in all contexts.

I noticed when doing some debugging that sym-debug commands failed to
print out DWARF expressions containing DW_OP_entry_value. This is
because there is no entry data provider which would normally provide the
registers for that use case.

But when printing the the DWARF program (not evaluating it), we do not
need the data and stringifying should always work. This change falls
back on the same data provider when printing entry values.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/738652
Original-Revision: 85f7ddfb404e6090ff7c7a09f87e6792746b4cb6
GitOrigin-RevId: 6593c2e0cb732fc9ac576893f75c472cc069ed68
Change-Id: Ifa8c21f7199c8d9af8e2fc8a204ce9a282b0439d
1 file changed
tree: 7e6a8be5de5f47ddfbd7040f4c4258e40019bdf6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.