Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp33 File &output = debugger.GetOutputFile(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i201 return self->GetOutputFile().GetFile(); in GetOutputFileHandle()
231 GetOutputFile ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp48 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
176 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp503 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
511 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
578 result.PutOutput(m_debugger.GetOutputFile()); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h143 SBFile GetOutputFile();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp457 SBFile SBDebugger::GetOutputFile() { in GetOutputFile() function in SBDebugger
458 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetOutputFile); in GetOutputFile()
536 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
1768 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetOutputFile, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h169 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h107 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } in GetOutputFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp986 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
1096 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn()
1220 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines()
2796 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp750 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()
1239 GetOutputFile().GetDescriptor(), !should_close, unbuffered); in EnableLog()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2530 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3324 return self->GetOutputFile().GetFile(); in lldb_SBDebugger_GetOutputFileHandle()
18222 result = (arg1)->GetOutputFile(); in _wrap_SBDebugger_GetOutputFile()