class NativeCrashReport
Defined at line 849 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Represents a crash report for a native exception out of which the client has built a minidump.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
void NativeCrashReport ()
void NativeCrashReport (NativeCrashReport && other)
const ::fuchsia::mem::Buffer & minidump ()
The core dump in the Minidump format.
Defined at line 856 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_minidump ()
Defined at line 860 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::mem::Buffer * mutable_minidump ()
The core dump in the Minidump format.
Defined at line 865 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_minidump ()
Defined at line 873 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 882 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_name ()
Defined at line 886 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 891 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_name ()
Defined at line 899 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 908 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_koid ()
Defined at line 912 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 917 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_koid ()
Defined at line 925 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_name ()
Defined at line 938 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 943 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_name ()
Defined at line 951 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_koid ()
Defined at line 977 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
NativeCrashReport & set_minidump (::fuchsia::mem::Buffer _value)
NativeCrashReport & set_process_name (::std::string _value)
NativeCrashReport & set_process_koid (uint64_t _value)
NativeCrashReport & set_thread_name (::std::string _value)
const ::std::string & thread_name ()
The name of the crashed thread.
Defined at line 934 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 960 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_koid ()
Defined at line 964 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 969 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
NativeCrashReport & set_thread_koid (uint64_t _value)
void ~NativeCrashReport ()
NativeCrashReport & operator= (NativeCrashReport && other)
::std::unique_ptr<NativeCrashReport> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,NativeCrashReport *_value,size_t_offset)
zx_status_t Clone (NativeCrashReport * _result)