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

/external/lldb/test/python_api/default-constructor/
H A Dsb_debugger.py14 obj.SetOutputFileHandle(None, True)
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i159 SetOutputFileHandle (FILE *f, bool transfer_ownership);
/external/lldb/include/lldb/API/
H A DSBDebugger.h77 SetOutputFileHandle (FILE *f, bool transfer_ownership);
/external/lldb/include/lldb/Core/
H A DDebugger.h116 SetOutputFileHandle (FILE *fh, bool tranfer_ownership);
/external/lldb/source/API/
H A DSBDebugger.cpp245 SBDebugger::SetOutputFileHandle (FILE *fh, bool transfer_ownership) function in class:SBDebugger
251 log->Printf ("SBDebugger(%p)::SetOutputFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(),
255 m_opaque_sp->SetOutputFileHandle (fh, transfer_ownership);
/external/lldb/tools/driver/
H A DDriver.cpp1297 m_debugger.SetOutputFileHandle (stdout, false);
/external/lldb/source/Core/
H A DDebugger.cpp762 Debugger::SetOutputFileHandle (FILE *fh, bool tranfer_ownership) function in class:Debugger

Completed in 165 milliseconds