Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 FileSP output_sp = debugger.GetOutputFileSP(); in DoExecute()
H A DCommandObjectLog.cpp397 GetDebugger().GetOutputFileSP()->GetDescriptor(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp250 result->SetImmediateOutputFile(debugger.GetOutputFileSP()); in ScriptInterpreterIORedirect()
H A DCommandInterpreter.cpp2946 debugger.GetOutputFileSP()->Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp473 return m_opaque_sp->GetOutputFileSP()->GetStream(); in GetOutputFileHandle()
480 return SBFile(m_opaque_sp->GetOutputFileSP()); in GetOutputFile()
538 result.PutOutput(m_opaque_sp->GetOutputFileSP()); in HandleCommand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp49 debugger.GetOutputFileSP()->GetStream(), in IOHandlerLuaInterpreter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h139 lldb::FileSP GetOutputFileSP() { in GetOutputFileSP() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1046 if (!GetOutputFileSP()->GetIsTerminalWithColors()) in Debugger()
1818 CreateLogHandler(log_handler_kind, GetOutputFileSP()->GetDescriptor(), in EnableLog()