class NativeCrashReport

Defined at line 829 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 836 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_minidump ()

Defined at line 840 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 845 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_minidump ()

Defined at line 853 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 862 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_process_name ()

Defined at line 866 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 871 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_process_name ()

Defined at line 879 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 888 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_process_koid ()

Defined at line 892 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 897 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_process_koid ()

Defined at line 905 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 914 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_thread_name ()

Defined at line 918 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 923 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_thread_name ()

Defined at line 931 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 940 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_thread_koid ()

Defined at line 944 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 949 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_thread_koid ()

Defined at line 957 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h