Home
last modified time | relevance | path

Searched refs:eCommandInterpreterResultCommandError (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp585 results.GetResult() == lldb::eCommandInterpreterResultCommandError) in MainLoop()
607 lldb::eCommandInterpreterResultCommandError) in MainLoop()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h1149 eCommandInterpreterResultCommandError, enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1402 .. py:data:: eCommandInterpreterResultCommandError
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3101 m_result.SetResult(lldb::eCommandInterpreterResultCommandError); in IOHandlerInputComplete()