Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i96 AllowExitCodeOnQuit(bool b);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h255 void AllowExitCodeOnQuit(bool allow);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp383 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter
387 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h595 void AllowExitCodeOnQuit(bool allow);
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp483 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp218 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter