Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectQuit.cpp105 result.SetStatus(eReturnStatusQuit); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h267 eReturnStatusQuit enumerator
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp263 if (result.GetStatus() == lldb::eReturnStatusQuit) { in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst394 .. py:data:: eReturnStatusQuit
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3154 case eReturnStatusQuit: in IOHandlerInputComplete()