Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp39 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
95 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i205 return self->GetErrorFile().GetFile(); in GetErrorFileHandle()
234 GetErrorFile ();
/external/llvm-project/lldb/tools/driver/
DDriver.cpp501 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
509 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
576 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h107 SBFile GetErrorFile();
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h127 File &GetErrorFile() { return m_error_stream_sp->GetFile(); } in GetErrorFile() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp440 SBFile SBDebugger::GetErrorFile() { in GetErrorFile() function in SBDebugger
441 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetErrorFile); in GetErrorFile()
500 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile()); in HandleCommand()
1720 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetErrorFile, ()); in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/file_handle/
DTestFileHandle.py116 self.dbg.GetErrorFile().Flush()
449 self.dbg.GetErrorFile().Write(b'\nzork\n')
915 sbf = self.dbg.GetErrorFile()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h49 lldb::FileSP GetErrorFile() const { return m_error_file_sp->GetFileSP(); } in GetErrorFile() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp958 io_redirect.GetErrorFile()); in ExecuteOneLine()