Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h187 void AdoptTopIOHandlerFilesIfInvalid(lldb::StreamFileSP &in,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp655 m_interpreter.GetDebugger().AdoptTopIOHandlerFilesIfInvalid(in_sp, out_sp, in EnterSession()
828 debugger.AdoptTopIOHandlerFilesIfInvalid(input_file_sp, output_file_sp, in ExecuteOneLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1050 void Debugger::AdoptTopIOHandlerFilesIfInvalid(StreamFileSP &in, in AdoptTopIOHandlerFilesIfInvalid() function in Debugger
H A DIOHandler.cpp92 debugger.AdoptTopIOHandlerFilesIfInvalid(m_input_sp, m_output_sp, in IOHandler()