Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandReturnObject.cpp105 size_t SBCommandReturnObject::GetErrorSize() { in GetErrorSize() function in SBCommandReturnObject
138 size_t num_bytes = GetErrorSize(); in PutError()
236 if (GetErrorSize() > 0) in GetDescription()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandReturnObject.i43 GetErrorSize ();
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp31 auto error_len = result.GetErrorSize(); in RunLLDBCommands()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandReturnObject.h55 size_t GetErrorSize();
/llvm-project-15.0.7/lldb/test/API/commands/session/save/
H A DTestSessionSave.py19 if res.GetErrorSize():