Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp33 m_interpreter.GetDebugger().GetErrorFile()->PutCString( in ExecuteOneLine()
39 m_interpreter.GetDebugger().GetErrorFile()->PutCString( in ExecuteInterpreterLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h131 lldb::StreamFileSP GetErrorFile() { return m_error_file_sp; } in GetErrorFile() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp355 StreamFileSP stream_sp(GetErrorFile()); in SetPropertyValue()
1012 lldb::StreamFileSP stream = is_stdout ? GetOutputFile() : GetErrorFile(); in PrintAsync()
1087 err = GetErrorFile(); in AdoptTopIOHandlerFilesIfInvalid()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp705 process_sp->GetTarget().GetDebugger().GetErrorFile()->Printf( in AppleObjCTrampolineHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1125 error_stream = target->GetDebugger().GetErrorFile().get(); in PrepareForExecution()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp325 StreamFileSP stream_file_sp(m_opaque_sp->GetErrorFile()); in GetErrorFileHandle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2697 m_debugger.GetErrorFile()->Write(stdio_buffer, bytes_written); in GetProcessOutput()
2978 m_debugger.GetErrorFile(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1405 target->GetDebugger().GetErrorFile()->Printf( in LoadScriptingResourceForModule()
1412 target->GetDebugger().GetErrorFile()->Printf("%s\n", in LoadScriptingResourceForModule()
H A DProcess.cpp1886 GetTarget().GetDebugger().GetErrorFile()->Printf( in CreateBreakpointSite()
1925 GetTarget().GetDebugger().GetErrorFile()->Printf( in CreateBreakpointSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp823 debugger.GetErrorFile()->GetFile().GetStream()); in ExecuteOneLine()