struct Filter

Defined at line 1773 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h

A filter that will apply to processes and components running now and in the

future. Any component or process that matches the given pattern and type

will be attached, thereafter allowing clients to query information about the

program(s). A valid filter will always contain a non-empty pattern string,

and a FilterType to discern what to compare the pattern against. Additional

options may be specified via FilterOptions.

Public Members

StringView pattern
FilterType type
FilterOptions options