Home
last modified time | relevance | path

Searched refs:GetFileSP (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStreamFile.h41 std::shared_ptr<File> GetFileSP() { return m_file_sp; } in GetFileSP() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp214 result->SetImmediateOutputFile(debugger.GetOutputStream().GetFileSP()); in ScriptInterpreterIORedirect()
215 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h110 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile()
111 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp506 SBFile file(m_opaque_sp->GetOutputStream().GetFileSP()); in GetOutputFile()
526 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile()
569 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
570 result.PutOutput(m_opaque_sp->GetOutputStream().GetFileSP()); in HandleCommand()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp705 SetStdHandle(top_out_sp->GetFileSP(), "stdout", m_saved_stdout, "w"); in EnterSession()
710 SetStdHandle(top_err_sp->GetFileSP(), "stderr", m_saved_stderr, "w"); in EnterSession()