class FilterOptions

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

Public Methods

void FilterOptions ()

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

void FilterOptions (const FilterOptions & other)

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

FilterOptions & operator= (const FilterOptions & other)

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

void FilterOptions (FilterOptions && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_debugger::wire::FilterOptions> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_debugger::wire::FilterOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_debugger::wire::FilterOptions>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

FilterOptions & operator= (FilterOptions && other)

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

bool & recursive ()

Whether or not to also match all child components in the matching

component's realm. When true, the matching component's full moniker will

be assumed to be the root of the realm, and all processes in all

children components launched in this realm will be attached to.

bool has_recursive ()
bool & job_only ()

Whether or not to attach directly to the parent job of the process

matching the filter. When true, the parent job's standard exception

channel will be bound, rather than the exception channel of the process.

See https://fuchsia.dev/fuchsia-src/concepts/kernel/exceptions#exception_channel_types

for more details. Note that this is *not* the same as the "Debugger"

exception channel, which only delivers process starting "exceptions" but

not architectural exceptions.

bool has_job_only ()
void ~FilterOptions ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder