Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i96 AllowExitCodeOnQuit(bool b);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
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-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h251 void AllowExitCodeOnQuit(bool allow);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h517 void AllowExitCodeOnQuit(bool allow);
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
DDriver.cpp515 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp195 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp11746 (arg1)->AllowExitCodeOnQuit(arg2); in _wrap_SBCommandInterpreter_AllowExitCodeOnQuit()