Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h228 void AllowExitCodeOnQuit(bool allow);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp409 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter
411 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h482 void AllowExitCodeOnQuit(bool allow);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp603 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp185 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter