OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetOutputFileHandle
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/API/
SBDebugger.cpp
245
SBDebugger::
SetOutputFileHandle
(FILE *fh, bool transfer_ownership)
251
log->Printf ("SBDebugger(%p)::
SetOutputFileHandle
(fh=%p, transfer_ownership=%i)", m_opaque_sp.get(),
255
m_opaque_sp->
SetOutputFileHandle
(fh, transfer_ownership);
[
all
...]
/external/lldb/source/Core/
Debugger.cpp
762
Debugger::
SetOutputFileHandle
(FILE *fh, bool tranfer_ownership)
[
all
...]
Completed in 120 milliseconds