Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lua_api/
H A Dlua_lldb_test.lua123 self.debugger:GetOutputFile():Flush()
129 self.debugger:GetOutputFile():Flush()
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py114 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 DCommandObjectGUI.cpp32 File &output = debugger.GetOutputFile(); in DoExecute()
H A DCommandObjectLog.cpp412 GetDebugger().GetOutputFile().GetDescriptor(), /*shouldClose=*/false); in DoExecute()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp463 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 DSBDebugger.i220 return self->GetOutputFile().GetFile(); in GetOutputFileHandle()
253 GetOutputFile ();
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp48 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 DFuzzerIO.h58 FILE *GetOutputFile();
H A DFuzzerIO.cpp26 FILE *GetOutputFile() { in GetOutputFile() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h154 SBFile GetOutputFile();
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h142 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h108 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp808 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 DScriptInterpreterPython.cpp857 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 DSBDebugger.cpp465 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 DFuzzerUnittest.cpp598 OldOutputFile = GetOutputFile(); in PrintfCapture()
602 fclose(GetOutputFile()); in ~PrintfCapture()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2726 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()