[roll] Roll fuchsia [debugger] Introduce {Attach,Filter}Config structs

Introduce structs to hold all the various configuration knobs for
filters and attaching. The filter object and the attach verb are closely
related, attach settings will often be derived from a particular
filter's settings.

This change is forward looking: there are no new settings for either
filters or attach IPC messages, and there should be no behavior changes
from this change alone. This change only simplifies some interfaces that
will need access to all of the configuration for a filter or an attach
command.

A follow up change will add more settings.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1134734
Original-Revision: 763a517c0e0db9378e611ae8060c5814fbb9dd62
GitOrigin-RevId: 65de420abe3d15acd36704d6683d8b9ee785d2ff
Change-Id: I303ff72a576cc17bf04d925b3fb7f8dcd380467c
1 file changed
tree: d793c82a124be1493b0592204ec2bb501578b101
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.