Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp98 size_t SBCommandReturnObject::GetErrorSize() { in GetErrorSize() function in SBCommandReturnObject
113 size_t num_bytes = GetErrorSize(); in PutError()
193 if (GetErrorSize() > 0) in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandReturnObject.h46 size_t GetErrorSize();
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdMiscellanous.cpp507 if (m_lldbResult.GetErrorSize() > 0) { in Acknowledge()