Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp576 if (results.GetResult() == lldb::eCommandInterpreterResultQuitRequested) in MainLoop()
600 lldb::eCommandInterpreterResultQuitRequested) in MainLoop()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h1151 eCommandInterpreterResultQuitRequested, enumerator
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1221 result.IsResult(lldb::eCommandInterpreterResultQuitRequested); in RunCommandInterpreter()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1407 .. py:data:: eCommandInterpreterResultQuitRequested
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3107 m_result.SetResult(lldb::eCommandInterpreterResultQuitRequested); in IOHandlerInputComplete()