class NativeCrashReport
Defined at line 841 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.
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)
NativeCrashReport & set_thread_koid (uint64_t _value)
void NativeCrashReport ()
void NativeCrashReport (NativeCrashReport && other)
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)
const ::fuchsia::mem::Buffer & minidump ()
The core dump in the Minidump format.
Defined at line 848 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_minidump ()
Defined at line 852 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 857 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_minidump ()
Defined at line 865 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 874 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_name ()
Defined at line 878 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 883 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_name ()
Defined at line 891 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 900 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_koid ()
Defined at line 904 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 909 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_koid ()
Defined at line 917 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
const ::std::string & thread_name ()
The name of the crashed thread.
Defined at line 926 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_name ()
Defined at line 930 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 935 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_name ()
Defined at line 943 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 952 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_koid ()
Defined at line 956 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 961 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_koid ()
Defined at line 969 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h