Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/quit/
H A DTestQuit.py15 self.ci.AllowExitCodeOnQuit(False)
27 self.ci.AllowExitCodeOnQuit(True)
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h302 void AllowExitCodeOnQuit(bool allow);
/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()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h618 void AllowExitCodeOnQuit(bool allow);
625 /// \see AllowExitCodeOnQuit
/llvm-project/lldb/tools/driver/
H A DDriver.cpp468 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp232 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter