Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py131 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 DTestDebuggerInterruption.py82 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 Dlua_lldb_test.lua123 self.debugger:GetOutputFile():Flush()
129 self.debugger:GetOutputFile():Flush()
/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 File &output = debugger.GetOutputFile(); in DoExecute()
H A DCommandObjectLog.cpp397 GetDebugger().GetOutputFile().GetDescriptor(), /*shouldClose=*/false); in DoExecute()
/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i42 return self->GetOutputFile().GetFile();
/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()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h58 FILE *GetOutputFile();
H A DFuzzerIO.cpp26 FILE *GetOutputFile() { in GetOutputFile() function
/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h199 SBFile GetOutputFile();
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h119 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 DDebugger.h142 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp853 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 DDebugger.cpp951 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 DSBDebugger.cpp518 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 DDriver.cpp464 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp598 OldOutputFile = GetOutputFile(); in PrintfCapture()
602 fclose(GetOutputFile()); in ~PrintfCapture()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2836 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in SetSynchronous()