| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectGUI.cpp | 32 File &output = debugger.GetOutputFile(); in DoExecute()
|
| H A D | CommandObjectLog.cpp | 423 GetDebugger().GetOutputFile().GetDescriptor(), /*shouldClose=*/false); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebuggerExtensions.i | 42 return self->GetOutputFile().GetFile();
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 460 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 D | ScriptInterpreterLua.cpp | 48 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 D | FuzzerIO.h | 58 FILE *GetOutputFile();
|
| H A D | FuzzerIO.cpp | 26 FILE *GetOutputFile() { in GetOutputFile() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 192 SBFile GetOutputFile();
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 116 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 D | Debugger.h | 149 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 870 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 D | Debugger.cpp | 900 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 D | SBDebugger.cpp | 514 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 D | CommandInterpreter.cpp | 2780 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3370 return self->GetOutputFile().GetFile(); in lldb_SBDebugger_GetOutputFileHandle() 19826 result = (arg1)->GetOutputFile(); in _wrap_SBDebugger_GetOutputFile()
|