| /llvm-project-15.0.7/lldb/test/API/lua_api/ |
| H A D | lua_lldb_test.lua | 123 self.debugger:GetOutputFile():Flush() 129 self.debugger:GetOutputFile():Flush()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 114 self.dbg.GetOutputFile().Flush() 237 self.dbg.GetOutputFile().Write(b'quux') 238 self.dbg.GetOutputFile().Flush() 321 self.dbg.GetOutputFile().Flush() 338 self.dbg.GetOutputFile().Flush() 355 self.dbg.GetOutputFile().Flush() 370 self.dbg.GetOutputFile().Flush() 385 self.dbg.GetOutputFile().Flush() 788 sbf = self.dbg.GetOutputFile() 834 self.dbg.GetOutputFile().Flush()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectGUI.cpp | 32 File &output = debugger.GetOutputFile(); in DoExecute()
|
| H A D | CommandObjectLog.cpp | 412 GetDebugger().GetOutputFile().GetDescriptor(), /*shouldClose=*/false); in DoExecute()
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 463 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop() 469 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop() 477 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop() 544 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 220 return self->GetOutputFile().GetFile(); in GetOutputFileHandle() 253 GetOutputFile ();
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 48 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter() 182 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
|
| /llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 154 SBFile GetOutputFile();
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 142 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 108 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 808 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger() 1439 CreateLogHandler(log_handler_kind, GetOutputFile().GetDescriptor(), in EnableLog() 1865 File &file = GetOutputFile(); in HandleProgressEvent()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 857 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine() 984 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn() 1108 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines() 2662 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 465 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() function in SBDebugger 543 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 598 OldOutputFile = GetOutputFile(); in PrintfCapture() 602 fclose(GetOutputFile()); in ~PrintfCapture()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2726 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
|