Home
last modified time | relevance | path

Searched refs:GetErrorFile (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lua_api/
H A Dlua_lldb_test.lua124 self.debugger:GetErrorFile():Flush()
130 self.debugger:GetErrorFile():Flush()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp462 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
468 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
476 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
543 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i224 return self->GetErrorFile().GetFile(); in GetErrorFileHandle()
256 GetErrorFile ();
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp49 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
183 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h156 SBFile GetErrorFile();
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py115 self.dbg.GetErrorFile().Flush()
400 self.dbg.GetErrorFile().Write(b'\nzork\n')
790 sbf = self.dbg.GetErrorFile()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h144 File &GetErrorFile() { return m_error_stream_sp->GetFile(); } in GetErrorFile() function
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h109 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp858 io_redirect.GetErrorFile()); in ExecuteOneLine()
985 io_redirect.GetErrorFile()); in ExecuteOneLineWithReturn()
1109 io_redirect.GetErrorFile()); in ExecuteMultipleLines()
2663 io_redirect.GetErrorFile()); in LoadScriptingModule()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp484 SBFile SBDebugger::GetErrorFile() { in GetErrorFile() function in SBDebugger
543 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()