class TextBacktraceCrashReport

Defined at line 1225 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 1232 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_fuchsia_backtrace ()

Defined at line 1236 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 1241 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_fuchsia_backtrace ()

Defined at line 1249 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 1258 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_process_name ()

Defined at line 1262 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 1267 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_process_name ()

Defined at line 1275 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 1284 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_process_koid ()

Defined at line 1288 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 1293 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_process_koid ()

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

bool has_thread_name ()

Defined at line 1314 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 1319 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_thread_name ()

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

void clear_thread_koid ()

Defined at line 1353 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 1310 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 1336 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_thread_koid ()

Defined at line 1340 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 1345 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)