class TextBacktraceCrashReport

Defined at line 1231 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

Represents a crash report with a text stack trace.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

void TextBacktraceCrashReport ()
void TextBacktraceCrashReport (TextBacktraceCrashReport && other)
const ::fuchsia::mem::Buffer & fuchsia_backtrace ()

The text representation of the backtrace in Fuchsia's symbolization markup format.

Defined at line 1238 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_fuchsia_backtrace ()

Defined at line 1242 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

::fuchsia::mem::Buffer * mutable_fuchsia_backtrace ()

The text representation of the backtrace in Fuchsia's symbolization markup format.

Defined at line 1247 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_fuchsia_backtrace ()

Defined at line 1255 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

const ::std::string & process_name ()

The name of the crashed process.

Defined at line 1264 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_process_name ()

Defined at line 1268 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

::std::string * mutable_process_name ()

The name of the crashed process.

Defined at line 1273 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_process_name ()

Defined at line 1281 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

const uint64_t & process_koid ()

The kernel object id of the crashed process.

Defined at line 1290 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_process_koid ()

Defined at line 1294 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

uint64_t * mutable_process_koid ()

The kernel object id of the crashed process.

Defined at line 1299 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_process_koid ()

Defined at line 1307 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_thread_name ()

Defined at line 1320 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

::std::string * mutable_thread_name ()

The name of the crashed thread.

Defined at line 1325 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_thread_name ()

Defined at line 1333 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_thread_koid ()

Defined at line 1359 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

TextBacktraceCrashReport & set_fuchsia_backtrace (::fuchsia::mem::Buffer _value)
TextBacktraceCrashReport & set_process_name (::std::string _value)
TextBacktraceCrashReport & set_process_koid (uint64_t _value)
TextBacktraceCrashReport & set_thread_name (::std::string _value)
const ::std::string & thread_name ()

The name of the crashed thread.

Defined at line 1316 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

const uint64_t & thread_koid ()

The kernel object id of the crashed thread.

Defined at line 1342 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_thread_koid ()

Defined at line 1346 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

uint64_t * mutable_thread_koid ()

The kernel object id of the crashed thread.

Defined at line 1351 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

TextBacktraceCrashReport & set_thread_koid (uint64_t _value)
void ~TextBacktraceCrashReport ()
TextBacktraceCrashReport & operator= (TextBacktraceCrashReport && other)
::std::unique_ptr<TextBacktraceCrashReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TextBacktraceCrashReport * _value, size_t _offset)
zx_status_t Clone (TextBacktraceCrashReport * _result)