Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h302 void AllowExitCodeOnQuit(bool allow);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp402 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter
406 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h614 void AllowExitCodeOnQuit(bool allow);
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp469 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp232 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13950 (arg1)->AllowExitCodeOnQuit(arg2); in _wrap_SBCommandInterpreter_AllowExitCodeOnQuit()