Home
last modified time | relevance | path

Searched defs:GetStopDescription (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h42 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
/external/llvm-project/lldb/source/API/
DSBThread.cpp314 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { in GetStopDescription() function in SBThread
/external/llvm-project/lldb/source/Target/
DThread.cpp556 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread