Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i46 return self->GetErrorFile().GetFile();
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp49 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
184 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h197 SBFile GetErrorFile();
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h119 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile() function
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h144 File &GetErrorFile() { return m_error_stream_sp->GetFile(); } in GetErrorFile() function
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp876 io_redirect.GetErrorFile()); in ExecuteOneLine()
1003 io_redirect.GetErrorFile()); in ExecuteOneLineWithReturn()
1127 io_redirect.GetErrorFile()); in ExecuteMultipleLines()
2383 io_redirect.GetErrorFile()); in LoadScriptingModule()
/src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp533 SBFile SBDebugger::GetErrorFile() { in GetErrorFile() function in SBDebugger
592 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
/src/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp464 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3432 return self->GetErrorFile().GetFile(); in lldb_SBDebugger_GetErrorFileHandle()
21131 result = (arg1)->GetErrorFile(); in _wrap_SBDebugger_GetErrorFile()