| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandReturnObject.cpp | 59 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 D | ScriptInterpreter.cpp | 212 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
|
| H A D | CommandObject.cpp | 137 result.GetErrorStream(), *this, in ParseOptions()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.cpp | 33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine() 39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | console_reporter.cc | 41 PrintBasicContext(&GetErrorStream(), context); in ReportContext() 45 GetErrorStream() in ReportContext()
|
| H A D | csv_reporter.cc | 56 PrintBasicContext(&GetErrorStream(), context); in ReportContext()
|
| H A D | benchmark.cc | 255 std::flush(reporter->GetErrorStream()); in FlushStreams() 471 auto& Err = display_reporter->GetErrorStream(); in RunSpecifiedBenchmarks()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 195 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 D | CommandObjectRegexCommand.cpp | 84 result.GetErrorStream() << "Command contents '" << command in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 846 result.GetErrorStream().Printf( in DoExecute() 1869 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 1975 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2065 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2270 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2349 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2959 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 3849 result.GetErrorStream(), *this, in LookupInModule() 3867 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 4160 module_sp->GetSymbolFile(true, &result.GetErrorStream()); in AddModuleSymbols()
|
| H A D | CommandObjectExpression.cpp | 627 result.GetErrorStream(), result)) { in DoExecute()
|
| H A D | CommandObjectDisassemble.cpp | 482 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 352 result.GetErrorStream(), *this, in DoExecute()
|
| H A D | CommandObjectSource.cpp | 554 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 290 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction() 317 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandReturnObject.h | 56 Stream &GetErrorStream() { in GetErrorStream() function
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 478 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle() 488 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile() 531 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 148 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 626 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1652 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 2205 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction() 2208 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 240 Stream &s = GetErrorStream(); in SetPropertyValue()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 1387 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule() 1394 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
|
| H A D | Process.cpp | 1650 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite() 1689 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
|