Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i447 SetCloseInputOnEOF (bool b);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h307 void SetCloseInputOnEOF(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1531 void SBDebugger::SetCloseInputOnEOF(bool b) { in SetCloseInputOnEOF() function in SBDebugger
1532 LLDB_RECORD_METHOD(void, SBDebugger, SetCloseInputOnEOF, (bool), b); in SetCloseInputOnEOF()
1535 m_opaque_sp->SetCloseInputOnEOF(b); in SetCloseInputOnEOF()
1869 LLDB_REGISTER_METHOD(void, SBDebugger, SetCloseInputOnEOF, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h264 void SetCloseInputOnEOF(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp112 m_debugger.SetCloseInputOnEOF(false); in Driver()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp799 void Debugger::SetCloseInputOnEOF(bool b) { in SetCloseInputOnEOF() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20093 (arg1)->SetCloseInputOnEOF(arg2); in _wrap_SBDebugger_SetCloseInputOnEOF()