Changeset View
Changeset View
Standalone View
Standalone View
include/lldb/API/SBThread.h
Show First 20 Lines • Show All 192 Lines • ▼ Show 20 Lines | public: | ||||
bool GetDescription(lldb::SBStream &description, bool stop_format) const; | bool GetDescription(lldb::SBStream &description, bool stop_format) const; | ||||
bool GetStatus(lldb::SBStream &status) const; | bool GetStatus(lldb::SBStream &status) const; | ||||
SBThread GetExtendedBacktraceThread(const char *type); | SBThread GetExtendedBacktraceThread(const char *type); | ||||
uint32_t GetExtendedBacktraceOriginatingIndexID(); | uint32_t GetExtendedBacktraceOriginatingIndexID(); | ||||
SBThread GetCurrentExceptionBacktrace(); | |||||
SBValue GetCurrentException(); | |||||
bool SafeToCallFunctions(); | bool SafeToCallFunctions(); | ||||
#ifndef SWIG | #ifndef SWIG | ||||
lldb_private::Thread *operator->(); | lldb_private::Thread *operator->(); | ||||
lldb_private::Thread *get(); | lldb_private::Thread *get(); | ||||
#endif | #endif | ||||
Show All 27 Lines |