[roll] Roll fuchsia [zxdb][dap] Support symbol in dap integration test env

Symbol is the fundamental dependency for requests such like breakpoint
and stacktrace. For example, breakpoint relies on symbol to translate
human readable input location to the memory address so that
debug_agent can overwrite the specific address to interrupt.

Creating a symbol_unittest.cc to make sure the symbol
always available in the dap e2e test env.

Original-Original-Bug: 512043117
Multiply: dap_integration_test
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1691816
Original-Original-Revision: 88bbe494a927276bd90e72f01f10b305581e6542
GitOrigin-RevId: 3bb73920ea19429da7bb5587fd3851ebde6d2ad2
Change-Id: I9fc6949aca107cc0f3cbca7bfadd2c23fc69a773
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1693914
Cr-Commit-Position: refs/heads/main@{#196142}
1 file changed
tree: c8f27289cd4040667852587756df0b6d6e7fb2f1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.