Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h43 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp324 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { in GetStopDescription() function in SBThread
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp563 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread