Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/quit/
H A DTestQuit.py16 self.ci.AllowExitCodeOnQuit(False)
26 self.ci.AllowExitCodeOnQuit(True)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i96 AllowExitCodeOnQuit(bool b);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h255 void AllowExitCodeOnQuit(bool allow);
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp382 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter
386 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h583 void AllowExitCodeOnQuit(bool allow);
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp481 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp201 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter