class ThreadDetails

Defined at line 193 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h

Details about a particular thread. The fields will be included as per the

ThreadDetailsInterest supplied when creating the ProcessInfoIterator via

|GetProcessInfo|.

Public Methods

void ThreadDetails (Storage_ storage)
void ThreadDetails ()

Defined at line 199 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h

void ThreadDetails (ThreadDetails && )

Defined at line 200 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h

void ThreadDetails (const ThreadDetails & other)
ThreadDetails & operator= (ThreadDetails && )

Defined at line 201 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h

ThreadDetails & operator= (const ThreadDetails & other)
bool operator== (const ThreadDetails & other)
bool operator!= (const ThreadDetails & other)
bool IsEmpty ()
const std::optional< ::std::string> & backtrace ()

A stack trace from the current thread in symbolizer markup format.

::std::optional< ::std::string> & backtrace ()

A stack trace from the current thread in symbolizer markup format.

ThreadDetails & backtrace (std::optional< ::std::string> value)

A stack trace from the current thread in symbolizer markup format.

void ThreadDetails (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits