Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
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()
DScriptInterpreter.cpp215 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
DCommandObject.cpp137 result.GetErrorStream(), *this, in ParseOptions()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/
DScriptInterpreterNone.cpp33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine()
39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
/openbsd/src/gnu/llvm/lldb/source/Commands/
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()
DCommandObjectRegexCommand.cpp84 result.GetErrorStream() << "Command contents '" << command in DoExecute()
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()
DCommandObjectDisassemble.cpp482 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
DCommandObjectExpression.cpp634 result.GetErrorStream(), result)) { in DoExecute()
DCommandObjectFrame.cpp353 result.GetErrorStream(), *this, in DoExecute()
DCommandObjectSource.cpp555 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
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/
DCommandReturnObject.h56 Stream &GetErrorStream() { in GetErrorStream() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h150 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
/openbsd/src/gnu/llvm/lldb/source/API/
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/
DAppleObjCTrampolineHandler.cpp626 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2124 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction()
2127 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp252 Stream &s = GetErrorStream(); in SetPropertyValue()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp1397 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule()
1404 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
DProcess.cpp1654 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
1693 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()