Home
last modified time | relevance | path

Searched refs:thread_stop_desc (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBThread.cpp331 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription() local
332 if (thread_stop_desc.empty()) in GetStopDescription()
336 return ::snprintf(dst, dst_len, "%s", thread_stop_desc.c_str()) + 1; in GetStopDescription()
340 return thread_stop_desc.size() + 1; // Include the NULL byte for size in GetStopDescription()