Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h35 : m_num_errors(0), m_result(lldb::eCommandInterpreterResultSuccess) {} in CommandInterpreterRunResult()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h1100 eCommandInterpreterResultSuccess, enumerator
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2891 if (m_result.IsResult(lldb::eCommandInterpreterResultSuccess) && in IOHandlerInputComplete()