Home
last modified time | relevance | path

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

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