[roll] Roll fuchsia [debugger] DebugAgent component overhaul

This change modifies the way that DebugAgent is launched and discovered
by clients. DebugAgent itself is now started as a dynamic component
instance by way of the fuchsia.debugger.Launcher protocol. The launcher
implementation holds no state about any of the running instances of
DebugAgent, but is the broker for the DebugAgent collection.

Running instances of DebugAgent can be found in the "agents"
collection, and will be terminated when a debug_ipc client closes the
connection.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/953860
Original-Revision: 529f1e5beba7354277fbc82a31aedd23474ff441
GitOrigin-RevId: 86f16dbfe423a81c9d8b843ea496fc45395da1d2
Change-Id: I7b76e0ebc5958bc36f6bfa46139a86f4804b0f9a
1 file changed
tree: 4067eb05d00b97105c82d71a5c6be0552f1bb481
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.