Home
last modified time | relevance | path

Searched refs:SetInputFileHandle (Results 1 – 8 of 8) sorted by relevance

/external/lldb/test/python_api/default-constructor/
Dsb_debugger.py13 obj.SetInputFileHandle(None, True)
/external/lldb/scripts/Python/interface/
DSBDebugger.i156 SetInputFileHandle (FILE *f, bool transfer_ownership);
/external/lldb/include/lldb/Core/
DDebugger.h113 SetInputFileHandle (FILE *fh, bool tranfer_ownership);
/external/lldb/include/lldb/API/
DSBDebugger.h74 SetInputFileHandle (FILE *f, bool transfer_ownership);
/external/lldb/source/API/
DSBDebugger.cpp232 SBDebugger::SetInputFileHandle (FILE *fh, bool transfer_ownership) in SetInputFileHandle() function in SBDebugger
241 m_opaque_sp->SetInputFileHandle (fh, transfer_ownership); in SetInputFileHandle()
/external/lldb/tools/driver/
DDriver.cpp1298 m_debugger.SetInputFileHandle (stdin, true); in MainLoop()
/external/lldb/source/Core/
DDebugger.cpp733 Debugger::SetInputFileHandle (FILE *fh, bool tranfer_ownership) in SetInputFileHandle() function in Debugger
/external/lldb/www/python_reference/
Dapi-objects.txt2782 lldb.SBDebugger.SetInputFileHandle lldb.SBDebugger-class.html#SetInputFileHandle