class TextBacktraceCrashReport
Defined at line 658 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Represents a crash report with a text stack trace.
Public Methods
void TextBacktraceCrashReport (Storage_ storage)
bool IsEmpty ()
void TextBacktraceCrashReport ()
Defined at line 663 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void TextBacktraceCrashReport (TextBacktraceCrashReport && )
Defined at line 664 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
const std::optional< ::fuchsia_mem::Buffer> & fuchsia_backtrace ()
The text representation of the backtrace in Fuchsia's symbolization markup format.
::std::optional< ::fuchsia_mem::Buffer> & fuchsia_backtrace ()
The text representation of the backtrace in Fuchsia's symbolization markup format.
TextBacktraceCrashReport & fuchsia_backtrace (std::optional< ::fuchsia_mem::Buffer> value)
The text representation of the backtrace in Fuchsia's symbolization markup format.
TextBacktraceCrashReport & operator= (TextBacktraceCrashReport && )
Defined at line 665 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
const std::optional< ::std::string> & process_name ()
The name of the crashed process.
::std::optional< ::std::string> & process_name ()
The name of the crashed process.
TextBacktraceCrashReport & process_name (std::optional< ::std::string> value)
The name of the crashed process.
const std::optional<uint64_t> & process_koid ()
The kernel object id of the crashed process.
::std::optional<uint64_t> & process_koid ()
The kernel object id of the crashed process.
TextBacktraceCrashReport & process_koid (std::optional<uint64_t> value)
The kernel object id of the crashed process.
const std::optional< ::std::string> & thread_name ()
The name of the crashed thread.
::std::optional< ::std::string> & thread_name ()
The name of the crashed thread.
TextBacktraceCrashReport & thread_name (std::optional< ::std::string> value)
The name of the crashed thread.
const std::optional<uint64_t> & thread_koid ()
The kernel object id of the crashed thread.
::std::optional<uint64_t> & thread_koid ()
The kernel object id of the crashed thread.
TextBacktraceCrashReport & thread_koid (std::optional<uint64_t> value)
The kernel object id of the crashed thread.
void TextBacktraceCrashReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits