Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
107 error(GetErrorStream()) << msg << '\n'; in AppendError()
127 GetErrorStream() << in_string; in AppendRawError()
H A DScriptInterpreter.cpp227 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
H A DCommandObject.cpp137 result.GetErrorStream(), *this, in ParseOptions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp36 m_debugger.GetErrorStream().PutCString(no_interpreter_err_msg); in ExecuteOneLine()
41 m_debugger.GetErrorStream().PutCString(no_interpreter_err_msg); in ExecuteInterpreterLoop()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp209 result.GetErrorStream() << error_stream.str(); in DoExecute()
278 result.GetErrorStream() << error_stream.str(); in DoExecute()
433 result.GetErrorStream() << error_stream.str(); in DoExecute()
H A DCommandObjectRegexCommand.cpp85 result.GetErrorStream() << "Command contents '" << command in DoExecute()
H A DCommandObjectDWIMPrint.cpp183 Stream &error_stream = result.GetErrorStream(); in DoExecute()
H A DCommandObjectTarget.cpp878 result.GetErrorStream().Printf( in DoExecute()
1972 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2077 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2172 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2385 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2468 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2609 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
3261 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
4146 result.GetErrorStream(), *this, in LookupInModule()
4164 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
[all …]
H A DCommandObjectDisassemble.cpp482 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
H A DCommandObjectExpression.cpp678 result.GetErrorStream(), result)) { in DoExecute()
H A DCommandObjectFrame.cpp357 result.GetErrorStream(), *this, in DoExecute()
H A DCommandObjectSource.cpp548 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp240 target.GetDebugger().GetErrorStream() << error.AsCString(); in LoadBinaryWithUUIDAndAddress()
305 Stream &s = target.GetDebugger().GetErrorStream(); in LoadBinaryWithUUIDAndAddress()
H A DDebugger.cpp259 Stream &s = GetErrorStream(); in SetPropertyValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp291 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction()
318 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h56 Stream &GetErrorStream() { in GetErrorStream() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp527 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle()
537 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile()
580 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h155 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp625 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2058 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction()
2061 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1446 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule()
1453 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
H A DProcess.cpp1664 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
1703 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()