Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i205 return self->GetErrorFile().GetFile(); in GetErrorFileHandle()
234 GetErrorFile ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp49 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
177 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp502 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
510 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
577 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h145 SBFile GetErrorFile();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp476 SBFile SBDebugger::GetErrorFile() { in GetErrorFile() function in SBDebugger
477 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetErrorFile); in GetErrorFile()
536 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
1769 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetErrorFile, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h171 File &GetErrorFile() { return m_error_stream_sp->GetFile(); } in GetErrorFile() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h108 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp987 io_redirect.GetErrorFile()); in ExecuteOneLine()
1097 io_redirect.GetErrorFile()); in ExecuteOneLineWithReturn()
1221 io_redirect.GetErrorFile()); in ExecuteMultipleLines()
2797 io_redirect.GetErrorFile()); in LoadScriptingModule()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3327 return self->GetErrorFile().GetFile(); in lldb_SBDebugger_GetErrorFileHandle()
18249 result = (arg1)->GetErrorFile(); in _wrap_SBDebugger_GetErrorFile()