| /llvm-project/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 131 self.dbg.GetOutputFile().Flush() 245 self.dbg.GetOutputFile().Write(b"quux") 246 self.dbg.GetOutputFile().Flush() 324 self.dbg.GetOutputFile().Flush() 341 self.dbg.GetOutputFile().Flush() 356 self.dbg.GetOutputFile().Flush() 370 self.dbg.GetOutputFile().Flush() 384 self.dbg.GetOutputFile().Flush() 771 sbf = self.dbg.GetOutputFile() 815 self.dbg.GetOutputFile().Flush()
|
| /llvm-project/lldb/test/API/python_api/was_interrupted/ |
| H A D | TestDebuggerInterruption.py | 82 orig_outf = test.dbg.GetOutputFile() 87 orig_inf = test.dbg.GetOutputFile() 96 test.dbg.GetOutputFile().Flush()
|
| /llvm-project/lldb/test/API/lua_api/ |
| H A D | lua_lldb_test.lua | 123 self.debugger:GetOutputFile():Flush() 129 self.debugger:GetOutputFile():Flush()
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectGUI.cpp | 32 File &output = debugger.GetOutputFile(); in DoExecute()
|
| H A D | CommandObjectLog.cpp | 397 GetDebugger().GetOutputFile().GetDescriptor(), /*shouldClose=*/false); in DoExecute()
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBDebuggerExtensions.i | 42 return self->GetOutputFile().GetFile();
|
| /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()
|
| /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
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 199 SBFile GetOutputFile();
|
| /llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 119 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetErrorFile() 118 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } GetOutputFile() function
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 142 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 853 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine() 980 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in Interrupt() 1104 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn() 2344 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in replace_all()
|
| /llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 951 if (!GetOutputFile().GetIsTerminalWithColors()) in Clear() 1682 CreateLogHandler(log_handler_kind, GetOutputFile().GetDescriptor(), 2115 File &file = GetOutputFile(); in HandleProgressEvent()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 518 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() 596 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand() 514 SBFile SBDebugger::GetOutputFile() { GetOutputFile() function in SBDebugger
|
| /llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 464 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
|
| /llvm-project/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 598 OldOutputFile = GetOutputFile(); in PrintfCapture() 602 fclose(GetOutputFile()); in ~PrintfCapture()
|
| /llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2836 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in SetSynchronous()
|