Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i96 AllowExitCodeOnQuit(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp403 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter
404 LLDB_RECORD_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, (bool), in AllowExitCodeOnQuit()
408 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
806 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h251 void AllowExitCodeOnQuit(bool allow);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h517 void AllowExitCodeOnQuit(bool allow);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp515 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp195 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11746 (arg1)->AllowExitCodeOnQuit(arg2); in _wrap_SBCommandInterpreter_AllowExitCodeOnQuit()