Home
last modified time | relevance | path

Searched refs:ResetOutputFileHandle (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h244 ResetOutputFileHandle (FILE *new_fh);
DScriptInterpreter.h552 ResetOutputFileHandle (FILE *new_fh) { } //By default, do nothing. in ResetOutputFileHandle() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DScriptInterpreterPython.cpp315 ScriptInterpreterPython::ResetOutputFileHandle (FILE *fh) in ResetOutputFileHandle() function in ScriptInterpreterPython
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDebugger.cpp760 script_interpreter->ResetOutputFileHandle (fh); in SetOutputFileHandle()