template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_debugger::wire::DebugAgentOnFatalExceptionRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_thread ()
void clear_thread ()

Clears the thread field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint64_t & thread ()

The faulting thread's koid.

BuilderImpl & thread (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

The faulting thread's koid.

bool has_backtrace ()
void clear_backtrace ()

Clears the backtrace field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & backtrace ()

A stack trace from the faulting thread in symbolizer markup format.

BuilderImpl & backtrace (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

A stack trace from the faulting thread in symbolizer markup format.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_debugger::wire::DebugAgentOnFatalExceptionRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_debugger::wire::DebugAgentOnFatalExceptionRequest>> && frame)

Records