Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h45 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1273 result.IsResult(lldb::eCommandInterpreterResultQuitRequested); in RunCommandInterpreter()
1275 result.IsResult(lldb::eCommandInterpreterResultInferiorCrash); in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3188 if (m_result.IsResult(lldb::eCommandInterpreterResultSuccess) && in IOHandlerInputComplete()