Home
last modified time | relevance | path

Searched refs:GetOutputFile (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1012 lldb::StreamFileSP stream = is_stdout ? GetOutputFile() : GetErrorFile(); in PrintAsync()
1076 out = GetOutputFile(); in AdoptTopIOHandlerFilesIfInvalid()
1259 GetOutputFile()->GetFile().GetDescriptor(), !should_close, unbuffered); in EnableLog()
1346 stream = GetOutputFile().get(); in GetProcessSTDOUT()
1374 stream = GetOutputFile().get(); in GetProcessSTDERR()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp50 return target_sp->GetDebugger().GetOutputFile().get(); in GetLogStream()
H A DPlatform.cpp1852 process_sp->ConnectRemote(debugger.GetOutputFile().get(), connect_url); in ConnectProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp269 process_sp->GetTarget().GetDebugger().GetOutputFile()); in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp126 StreamFileSP Stream(target.GetDebugger().GetOutputFile()); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h129 lldb::StreamFileSP GetOutputFile() { return m_output_file_sp; } in GetOutputFile() function
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/test/
H A DOptionsTest.cpp176 TEST(Options, GetOutputFile) { in TEST() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2452 debugger.GetOutputFile()->Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
2691 m_debugger.GetOutputFile()->Write(stdio_buffer, bytes_written); in GetProcessOutput()
2977 m_debugger.GetInputFile(), m_debugger.GetOutputFile(), in GetIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp868 process_sp->GetTarget().GetDebugger().GetOutputFile()); in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp316 StreamFileSP stream_file_sp(m_opaque_sp->GetOutputFile()); in GetOutputFileHandle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp821 debugger.GetOutputFile()->GetFile().GetStream()); in ExecuteOneLine()