Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i46 return self->GetErrorFile().GetFile();
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp459 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
465 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
473 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
540 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp49 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
184 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h194 SBFile GetErrorFile();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h117 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h151 File &GetErrorFile() { return m_error_stream_sp->GetFile(); } in GetErrorFile() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp871 io_redirect.GetErrorFile()); in ExecuteOneLine()
998 io_redirect.GetErrorFile()); in ExecuteOneLineWithReturn()
1122 io_redirect.GetErrorFile()); in ExecuteMultipleLines()
2489 io_redirect.GetErrorFile()); in LoadScriptingModule()
/freebsd-14.2/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()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3373 return self->GetErrorFile().GetFile(); in lldb_SBDebugger_GetErrorFileHandle()
19853 result = (arg1)->GetErrorFile(); in _wrap_SBDebugger_GetErrorFile()