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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp33 File &output = debugger.GetOutputFile();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp35 debugger.GetOutputFile().GetStream(),
91 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(),
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i201 return self->GetOutputFile().GetFile();
231 GetOutputFile ();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h105 SBFile GetOutputFile();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h125 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } function in class:lldb_private::Debugger
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp499 result.PutOutput(m_debugger.GetOutputFile());
507 result.PutOutput(m_debugger.GetOutputFile());
574 result.PutOutput(m_debugger.GetOutputFile());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h48 lldb::FileSP GetOutputFile() const { return m_output_file_sp->GetFileSP(); } function in class:lldb_private::ScriptInterpreterIORedirect
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp421 SBFile SBDebugger::GetOutputFile() { function in class:SBDebugger
422 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetOutputFile);
500 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile());
1721 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetOutputFile, ());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp712 if (!GetOutputFile().GetIsTerminalWithColors())
1151 GetOutputFile().GetDescriptor(), !should_close, unbuffered);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2488 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp938 io_redirect.GetInputFile(), io_redirect.GetOutputFile(),
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3317 return self->GetOutputFile().GetFile();
18149 SWIG_check_num_args("lldb::SBDebugger::GetOutputFile",1,1)
18150 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetOutputFile",1,"lldb::SBDebugger *");
18156 result = (arg1)->GetOutputFile();
20581 { "GetOutputFile", _wrap_SBDebugger_GetOutputFile},
[all...]

Completed in 448 milliseconds