Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1221 result.IsResult(lldb::eCommandInterpreterResultQuitRequested); in RunCommandInterpreter()
1223 result.IsResult(lldb::eCommandInterpreterResultInferiorCrash); in RunCommandInterpreter()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3113 if (m_result.IsResult(lldb::eCommandInterpreterResultSuccess) && in IOHandlerInputComplete()