Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 File &output = debugger.GetOutputFile(); in DoExecute()
H A DCommandObjectLog.cpp412 GetDebugger().GetOutputFile().GetDescriptor(), /*shouldClose=*/false); in DoExecute()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp465 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
471 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
479 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
546 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i220 return self->GetOutputFile().GetFile(); in GetOutputFileHandle()
255 GetOutputFile ();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp48 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
182 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h58 FILE *GetOutputFile();
H A DFuzzerIO.cpp26 FILE *GetOutputFile() { in GetOutputFile() function
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h171 SBFile GetOutputFile();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h144 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h110 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp828 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()
1459 CreateLogHandler(log_handler_kind, GetOutputFile().GetDescriptor(), in EnableLog()
1885 File &file = GetOutputFile(); in HandleProgressEvent()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp861 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
988 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn()
1112 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines()
2561 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp503 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() function in SBDebugger
581 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp598 OldOutputFile = GetOutputFile(); in PrintfCapture()
602 fclose(GetOutputFile()); in ~PrintfCapture()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2777 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()