Searched refs:GetOutputFile (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectGUI.cpp | 33 File &output = debugger.GetOutputFile(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 201 return self->GetOutputFile().GetFile(); in GetOutputFileHandle() 231 GetOutputFile ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 48 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 D | Driver.cpp | 503 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 D | SBDebugger.h | 143 SBFile GetOutputFile();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 457 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 D | Debugger.h | 169 File &GetOutputFile() { return m_output_stream_sp->GetFile(); } in GetOutputFile() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 107 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 D | ScriptInterpreterPython.cpp | 986 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 D | Debugger.cpp | 750 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger() 1239 GetOutputFile().GetDescriptor(), !should_close, unbuffered); in EnableLog()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2530 debugger.GetOutputFile().Printf("Executing commands in '%s'.\n", in HandleCommandsFromFile()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3324 return self->GetOutputFile().GetFile(); in lldb_SBDebugger_GetOutputFileHandle() 18222 result = (arg1)->GetOutputFile(); in _wrap_SBDebugger_GetOutputFile()
|