[roll] Roll fuchsia [debug][zxdb-cli] Detach on quit when in connect mode

When the daemon has been started in a connect configuration where it
does not manage the lifetime of the DAP server, issue a detach request
for all processes before shutting down. This ensures in e.g. testing
situations that the DAP server does not delay in releasing the tests
that were caught in the debugger.

This also implies that it is only possible right now for only one
debugging session to take place during the duration of a single `fx
test` invocation.

Test: fx test --host //scripts/debug
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1616953
Original-Original-Revision: 405b131e9c27ca7b39d6a6d884e8e38532dc8d09
GitOrigin-RevId: f66170922bd46c9d256c0c47d3f6eeb87eb518db
Change-Id: I773e74e80b70c5b6fbfc2d681b2dfcbf43d55c38
1 file changed
tree: 701cf32a33d2e722403359e77a24f6925b519c04
  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.