Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/quit/
DTestQuit.py18 self.ci.AllowExitCodeOnQuit(False)
28 self.ci.AllowExitCodeOnQuit(True)
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i94 AllowExitCodeOnQuit(bool b);
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp411 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter
412 LLDB_RECORD_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, (bool), in AllowExitCodeOnQuit()
416 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
818 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h251 void AllowExitCodeOnQuit(bool allow);
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h516 void AllowExitCodeOnQuit(bool allow);
/external/llvm-project/lldb/tools/driver/
DDriver.cpp514 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp185 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter