class NativeCrashReport
Defined at line 835 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 842 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_minidump ()
Defined at line 846 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 851 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_minidump ()
Defined at line 859 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 868 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_name ()
Defined at line 872 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 877 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_name ()
Defined at line 885 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 894 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_process_koid ()
Defined at line 898 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 903 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_process_koid ()
Defined at line 911 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 920 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_name ()
Defined at line 924 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 929 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_name ()
Defined at line 937 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 946 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_thread_koid ()
Defined at line 950 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 955 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_thread_koid ()
Defined at line 963 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h