class AttachTo

Defined at line 186 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/markers.h

Use the given filter to attach to any existing or subsequently created

components. This method will return the number of matches that were

present at the time of calling this method. All attached processes will

be detached when this agent is destroyed.

|filter| will be inspected for validity, with corresponding errors

returned. If the filter is invalid, no attaches will occur and the

filter will not be installed.

|num_matches| will contain the number of matches that were found

immediately upon filter installation if there was no error, that is, the

number of processes immediately within (or recursively in this realm, if

the option is specified) this component's corresponding job. Note that

filters may be installed _before_ any components are actually resolved

and matched, so this number may be 0. This return value may be safely

ignored.

Invalid filters will return an error, see Filter above for details on

how to construct a filter.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal