Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
DDriver.cpp615 if (results.GetResult() == lldb::eCommandInterpreterResultQuitRequested) in MainLoop()
642 lldb::eCommandInterpreterResultQuitRequested) in MainLoop()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h1132 eCommandInterpreterResultQuitRequested, enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst1406 .. py:data:: eCommandInterpreterResultQuitRequested
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBDebugger.cpp1239 result.IsResult(lldb::eCommandInterpreterResultQuitRequested); in RunCommandInterpreter()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2893 m_result.SetResult(lldb::eCommandInterpreterResultQuitRequested); in IOHandlerInputComplete()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp71204 …STTAB_INT("eCommandInterpreterResultQuitRequested", lldb::eCommandInterpreterResultQuitRequested)},