[roll] Roll fuchsia [debug][dap] Add SetBreakpoints request support to test framework

Due to a race condition caused by releasing the process start exception
before attaching to the process, breakpoints are required in other tests
such as stack traces.

This CL does not include integration tests for breakpoints because
breakpoints themselves (which involve symbolization) are not yet fully
verified in e2e test environments. A separate breakpoint integration test
CL will be submitted after this change.

Original-Original-Bug: 512043117

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1690654
Original-Original-Revision: 127a3376ddfd68daf0f53e8584d884d633ce8c7f
GitOrigin-RevId: be6bbd5e4e0fdedb7ce2eac34eeb8b18815fcb46
Change-Id: Ic28bfb8c466385eed67de203b35e495d1018855e
1 file changed
tree: ebc97b8f4afa01d8aa50edd44a761bafb38701b0
  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.