Home
last modified time | relevance | path

Searched refs:GetErrorStream (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp59 error(GetErrorStream()); in AppendErrorWithFormat()
60 DumpStringToStreamWithNewline(GetErrorStream(), s); in AppendErrorWithFormat()
85 warning(GetErrorStream()) << sstrm.GetString(); in AppendWarningWithFormat()
97 warning(GetErrorStream()) << in_string.rtrim() << '\n'; in AppendWarning()
104 error(GetErrorStream()) << in_string.rtrim() << '\n'; in AppendError()
124 GetErrorStream() << in_string; in AppendRawError()
H A DScriptInterpreter.cpp215 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
H A DCommandObject.cpp137 result.GetErrorStream(), *this, in ParseOptions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine()
39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp195 result.GetErrorStream() << error_stream.str(); in DoExecute()
265 result.GetErrorStream() << error_stream.str(); in DoExecute()
422 result.GetErrorStream() << error_stream.str(); in DoExecute()
H A DCommandObjectRegexCommand.cpp84 result.GetErrorStream() << "Command contents '" << command in DoExecute()
H A DCommandObjectTarget.cpp846 result.GetErrorStream().Printf( in DoExecute()
1884 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
1990 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2080 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2285 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2364 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2974 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
3864 result.GetErrorStream(), *this, in LookupInModule()
3882 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
4175 module_sp->GetSymbolFile(true, &result.GetErrorStream()); in AddModuleSymbols()
H A DCommandObjectDisassemble.cpp482 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
H A DCommandObjectExpression.cpp634 result.GetErrorStream(), result)) { in DoExecute()
H A DCommandObjectFrame.cpp353 result.GetErrorStream(), *this, in DoExecute()
H A DCommandObjectSource.cpp555 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp290 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction()
317 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h56 Stream &GetErrorStream() { in GetErrorStream() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h150 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp516 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle()
526 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile()
569 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp626 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2124 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction()
2127 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp252 Stream &s = GetErrorStream(); in SetPropertyValue()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1397 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule()
1404 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
H A DProcess.cpp1654 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
1693 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()