[roll] Roll fuchsia [debug][zxdb-cli] Support JSON input

fx debug cli now supports JSON input. All commands may now be specified
as JSON input, for example:

```
fx debug cli --json '{"command": "get-state"}'
```

or

```
fx debug cli --json '{"command": "attach", "args": {"process": "cobalt.cm"}}'
```

Original-Fixed: 504579643
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1594490
Original-Revision: 7ae837194804d616a3d04e593323025f3d41637c
GitOrigin-RevId: 54ce762bfaa74eaf5e91fedf87b7d3150840c713
Change-Id: I874003a6c1c77c0b95dba9d9515c1d1c665483be
1 file changed
tree: da5842b90542420657ec5f9a1c3ea191322e25b8
  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.