[roll] Roll fuchsia [debugger] Allow multiple instances of debug_agent

Now debug agent works in a manager/worker pattern: the newly added
debug_agent_launcher listens on fuchsia::debugger::DebugAgent and
launches debug_agent for each connection. This allows multiple instances
of debug_agent to run at the same time. Although only one instance can
obtain the root job handle at this time (fxbug.dev/97848).

Test: run multiple `ffx debug connect` at the same time and all can
      connect and execute `run /boot/bin/crasher`.
Original-Bug: 87188, 99627
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677773
Original-Revision: 0fcb41e2ce7ac97101f93bc8fe05c8fd27bba5e9
GitOrigin-RevId: 7eda0cd3a5f7604740cc93a95b30271a10cfe2ab
Change-Id: I3a8b349142cdf2d149c2c9e6397662526e889000
1 file changed
tree: 3c1642a9638bcb6803d5db59611ac9502177f790
  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
  12. 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.