class NativeCrashReport
Defined at line 443 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
Represents a crash report for a native exception out of which the client has built a minidump.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_feedback::wire::NativeCrashReport> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_feedback::wire::NativeCrashReport> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::NativeCrashReport>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::NativeCrashReport>> && frame_ptr)
void NativeCrashReport ()
Defined at line 445 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
void NativeCrashReport (const NativeCrashReport & other)
Defined at line 446 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
void NativeCrashReport (NativeCrashReport && other)
Defined at line 448 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
void _CloseHandles ()
::fuchsia_mem::wire::Buffer & minidump ()
The core dump in the Minidump format.
bool has_minidump ()
::fidl::StringView & process_name ()
The name of the crashed process.
bool has_process_name ()
uint64_t & process_koid ()
The kernel object id of the crashed process.
bool has_process_koid ()
::fidl::StringView & thread_name ()
The name of the crashed thread.
bool has_thread_name ()
uint64_t & thread_koid ()
The kernel object id of the crashed thread.
bool has_thread_koid ()
NativeCrashReport & set_minidump (::fidl::ObjectView< ::fuchsia_mem::wire::Buffer> elem)
NativeCrashReport & set_minidump (std::nullptr_t )
NativeCrashReport & clear_minidump ()
NativeCrashReport & operator= (const NativeCrashReport & other)
Defined at line 447 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
NativeCrashReport & set_process_name (::fidl::ObjectView< ::fidl::StringView> elem)
NativeCrashReport & set_process_name (std::nullptr_t )
NativeCrashReport & clear_process_name ()
NativeCrashReport & set_process_koid (::fidl::ObjectView<uint64_t> elem)
NativeCrashReport & set_process_koid (std::nullptr_t )
NativeCrashReport & clear_process_koid ()
NativeCrashReport & set_thread_name (::fidl::ObjectView< ::fidl::StringView> elem)
NativeCrashReport & set_thread_name (std::nullptr_t )
NativeCrashReport & clear_thread_name ()
NativeCrashReport & set_thread_koid (::fidl::ObjectView<uint64_t> elem)
NativeCrashReport & set_thread_koid (std::nullptr_t )
NativeCrashReport & clear_thread_koid ()
void NativeCrashReport (::fidl::AnyArena & allocator)
void NativeCrashReport (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::NativeCrashReport>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
NativeCrashReport & operator= (NativeCrashReport && other)
Defined at line 449 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
void ~NativeCrashReport ()
Defined at line 451 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder