Home
last modified time | relevance | path

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

/external/lldb/test/python_api/default-constructor/
Dsb_debugger.py14 obj.SetOutputFileHandle(None, True)
/external/lldb/scripts/Python/interface/
DSBDebugger.i159 SetOutputFileHandle (FILE *f, bool transfer_ownership);
/external/lldb/include/lldb/Core/
DDebugger.h116 SetOutputFileHandle (FILE *fh, bool tranfer_ownership);
/external/lldb/include/lldb/API/
DSBDebugger.h77 SetOutputFileHandle (FILE *f, bool transfer_ownership);
/external/lldb/source/API/
DSBDebugger.cpp245 SBDebugger::SetOutputFileHandle (FILE *fh, bool transfer_ownership) in SetOutputFileHandle() function in SBDebugger
255 m_opaque_sp->SetOutputFileHandle (fh, transfer_ownership); in SetOutputFileHandle()
/external/lldb/tools/driver/
DDriver.cpp1297 m_debugger.SetOutputFileHandle (stdout, false); in MainLoop()
/external/lldb/source/Core/
DDebugger.cpp762 Debugger::SetOutputFileHandle (FILE *fh, bool tranfer_ownership) in SetOutputFileHandle() function in Debugger
/external/lldb/www/python_reference/
Dapi-objects.txt2763 lldb.SBDebugger.SetOutputFileHandle lldb.SBDebugger-class.html#SetOutputFileHandle