class TextBacktraceCrashReport
Defined at line 1221 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 1228 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_fuchsia_backtrace ()
Defined at line 1232 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 1237 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_fuchsia_backtrace ()
Defined at line 1245 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 1254 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_name ()
Defined at line 1258 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 1263 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_name ()
Defined at line 1271 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 1280 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_koid ()
Defined at line 1284 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 1289 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_koid ()
Defined at line 1297 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_name ()
Defined at line 1310 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 1315 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_name ()
Defined at line 1323 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_koid ()
Defined at line 1349 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 1306 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 1332 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_koid ()
Defined at line 1336 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 1341 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)