Home
last modified time | relevance | path

Searched refs:eReturnStatusQuit (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectQuit.cpp105 result.SetStatus(eReturnStatusQuit); in DoExecute()
H A DCommandObjectReproducer.cpp116 result.SetStatus(eReturnStatusQuit); in DoExecute()
190 result.SetStatus(eReturnStatusQuit); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h266 eReturnStatusQuit enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp263 if (result.GetStatus() == lldb::eReturnStatusQuit) { in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst394 .. py:data:: eReturnStatusQuit
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3106 case eReturnStatusQuit: in IOHandlerInputComplete()