Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp464 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
470 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
478 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
545 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i224 return self->GetErrorFile().GetFile(); in GetErrorFileHandle()
258 GetErrorFile ();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp49 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
183 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h173 SBFile GetErrorFile();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h146 File &GetErrorFile() { return m_error_stream_sp->GetFile(); } in GetErrorFile() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h111 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp862 io_redirect.GetErrorFile()); in ExecuteOneLine()
989 io_redirect.GetErrorFile()); in ExecuteOneLineWithReturn()
1113 io_redirect.GetErrorFile()); in ExecuteMultipleLines()
2562 io_redirect.GetErrorFile()); in LoadScriptingModule()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp522 SBFile SBDebugger::GetErrorFile() { in GetErrorFile() function in SBDebugger
581 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()