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

/external/lldb/test/python_api/default-constructor/
H A Dsb_debugger.py55 obj.SetCloseInputOnEOF(True)
56 obj.SetCloseInputOnEOF(False)
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i338 SetCloseInputOnEOF (bool b);
/external/lldb/include/lldb/API/
H A DSBDebugger.h272 SetCloseInputOnEOF (bool b);
/external/lldb/include/lldb/Core/
H A DDebugger.h252 SetCloseInputOnEOF (bool b);
/external/lldb/source/API/
H A DSBDebugger.cpp1143 SBDebugger::SetCloseInputOnEOF (bool b) function in class:SBDebugger
1146 m_opaque_sp->SetCloseInputOnEOF (b);
/external/lldb/tools/driver/
H A DDriver.cpp131 m_debugger.SetCloseInputOnEOF (false);
/external/lldb/source/Core/
H A DDebugger.cpp714 Debugger::SetCloseInputOnEOF (bool b) function in class:Debugger

Completed in 194 milliseconds