Home
last modified time | relevance | path

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

/freebsd-13.1/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()
104 error(GetErrorStream()) << in_string.rtrim() << '\n'; in AppendError()
118 GetErrorStream() << in_string; in AppendRawError()
H A DScriptInterpreter.cpp200 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
H A DCommandObject.cpp135 result.GetErrorStream(), this, in ParseOptions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine()
39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp352 result.GetErrorStream(), this, in DoExecute()
560 result.GetErrorStream().Printf("error: no variables matched " in DoExecute()
566 result.GetErrorStream().Printf( in DoExecute()
569 result.GetErrorStream().Printf( in DoExecute()
609 result.GetErrorStream().Printf("error: %s\n", error_cstr); in DoExecute()
611 result.GetErrorStream().Printf("error: unable to find any " in DoExecute()
H A DCommandObjectLog.cpp171 result.GetErrorStream() << error_stream.str(); in DoExecute()
241 result.GetErrorStream() << error_stream.str(); in DoExecute()
H A DCommandObjectTarget.cpp835 result.GetErrorStream().Printf( in DoExecute()
1865 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
1992 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2082 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2234 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2313 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
2914 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
3782 result.GetErrorStream(), this, in LookupInModule()
3800 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
4086 module_sp->GetSymbolFile(true, &result.GetErrorStream()); in AddModuleSymbols()
H A DCommandObjectDisassemble.cpp449 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), this, in DoExecute()
H A DCommandObjectExpression.cpp647 result.GetErrorStream(), result)) { in DoExecute()
H A DCommandObjectSource.cpp559 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp285 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction()
312 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h55 Stream &GetErrorStream() { in GetErrorStream() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h175 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp228 Stream &s = GetErrorStream(); in SetPropertyValue()
616 debugger_sp->GetErrorStream() << result.GetErrorData() << '\n'; in Destroy()
941 is_stdout ? GetOutputStream() : GetErrorStream(); in PrintAsync()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp470 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle()
480 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile()
524 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp726 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2336 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction()
2339 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1373 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule()
1380 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
H A DProcess.cpp1623 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
1662 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()