template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 261 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
Public Methods
::fuchsia_debugger::wire::ThreadDetailsInterest Build ()
Build and return the table. The builder should not be used after this.
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.
bool & backtrace ()
Produce a backtrace in symbolizer markup format for each thread.
If this is unspecified, no backtrace will be included in the
ThreadDetails yielded by ProcessInfoIterator.
BuilderImpl & backtrace (bool elem)
Produce a backtrace in symbolizer markup format for each thread.
If this is unspecified, no backtrace will be included in the
ThreadDetails yielded by ProcessInfoIterator.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_debugger::wire::ThreadDetailsInterest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_debugger::wire::ThreadDetailsInterest>> && frame)