Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp569 if (results.GetResult() == lldb::eCommandInterpreterResultQuitRequested) in MainLoop()
593 lldb::eCommandInterpreterResultQuitRequested) in MainLoop()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1228 eCommandInterpreterResultQuitRequested, enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1245 result.IsResult(lldb::eCommandInterpreterResultQuitRequested); in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1409 .. py:data:: eCommandInterpreterResultQuitRequested
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3357 m_result.SetResult(lldb::eCommandInterpreterResultQuitRequested); in IOHandlerInputComplete()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83192 …TAB_INT("eCommandInterpreterResultQuitRequested", (lldb::eCommandInterpreterResultQuitRequested))},