Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp102 result.SetStatus(eReturnStatusQuit); in DoExecute()
H A DCommandObjectReproducer.cpp215 result.SetStatus(eReturnStatusQuit); in DoExecute()
295 result.SetStatus(eReturnStatusQuit); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h266 eReturnStatusQuit enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp258 if (result.GetStatus() == lldb::eReturnStatusQuit) { in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst394 .. py:data:: eReturnStatusQuit
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2892 case eReturnStatusQuit: in IOHandlerInputComplete()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70674 {SWIG_LUA_CONSTTAB_INT("eReturnStatusQuit", lldb::eReturnStatusQuit)},