[roll] Roll fuchsia [ffx][debug] `ffx debug run` to launch zxdb

A new command `ffx debug run` is implemented that mimics `fx debug`,
which is based on the socket provided by overnet so there's no need for
a TCP port. However, the limitation that only one debug session could be
started at a time still persists.

Several small modifications to debug_agent are made to improve the log
output.

TESTED=manually execute `ffx debug run`; an `ffx self-test` will be
       added later.

Original-Bug: 87186
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/609486
Original-Revision: 0542cb2cb9b90442bd91d795e1872fe5b5e416c4
GitOrigin-RevId: c2f8119dd65fd48e8b52ee15c81d631e9555fa1a
Change-Id: I1ec841ec52790f9099d08382d44d0b59aa2345c1
1 file changed
tree: e362d7f83b8f1acb0f6a37c86bec5366b7f7ccb8
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.