Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 File &output = debugger.GetOutputFile(); in DoExecute()
H A DCommandObjectLog.cpp423 GetDebugger().GetOutputFile().GetDescriptor(), /*shouldClose=*/false); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i42 return self->GetOutputFile().GetFile();
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp460 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
466 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
474 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
541 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp48 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
183 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h58 FILE *GetOutputFile();
H A DFuzzerIO.cpp26 FILE *GetOutputFile() { in GetOutputFile() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h192 SBFile GetOutputFile();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h116 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h149 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp870 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
997 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn()
1121 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines()
2488 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp900 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()
1607 CreateLogHandler(log_handler_kind, GetOutputFile().GetDescriptor(), in EnableLog()
2037 File &file = GetOutputFile(); in HandleProgressEvent()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp514 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() function in SBDebugger
592 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2780 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3370 return self->GetOutputFile().GetFile(); in lldb_SBDebugger_GetOutputFileHandle()
19826 result = (arg1)->GetOutputFile(); in _wrap_SBDebugger_GetOutputFile()