/llvm-project/lldb/source/Interpreter/ |
H A D | CommandReturnObject.cpp | 66 error(GetErrorStream()); in AppendMessageWithFormat() 67 DumpStringToStreamWithNewline(GetErrorStream(), s); in AppendMessageWithFormat() 104 warning(GetErrorStream()) << sstrm.GetString(); in AppendError() 122 warning(GetErrorStream()) << in_string.rtrim() << '\n'; 132 error(GetErrorStream()) << msg << '\n'; in GetStatus() 181 GetErrorStream() << in_string;
|
H A D | ScriptInterpreter.cpp | 249 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
|
H A D | CommandObject.cpp |
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
H A D | ScriptInterpreterNone.cpp | 36 m_debugger.GetErrorStream().PutCString(no_interpreter_err_msg); in ExecuteOneLine() 41 m_debugger.GetErrorStream().PutCString(no_interpreter_err_msg); in ExecuteInterpreterLoop()
|
/llvm-project/third-party/benchmark/src/ |
H A D | console_reporter.cc | 42 PrintBasicContext(&GetErrorStream(), context); in ReportContext() 49 GetErrorStream() in ReportContext()
|
H A D | csv_reporter.cc | 57 PrintBasicContext(&GetErrorStream(), context); in ReportContext()
|
H A D | benchmark.cc | 325 std::flush(reporter->GetErrorStream()); in FlushStreams() 578 auto& Err = display_reporter->GetErrorStream(); in RunSpecifiedBenchmarks()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 207 result.GetErrorStream() << error; in DoExecute() 276 result.GetErrorStream() << error; in DoExecute() 407 result.GetErrorStream() << error; in DoExecute()
|
H A D | CommandObjectRegexCommand.cpp | 85 result.GetErrorStream() << "Command contents '" << command in DoExecute()
|
H A D | CommandObjectDWIMPrint.cpp | 222 Stream &error_stream = result.GetErrorStream(); in DoExecute()
|
H A D | CommandObjectTarget.cpp | 847 result.GetErrorStream().Printf( in DoExecute() 1904 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2009 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2104 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2316 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2399 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2540 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 3176 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 4045 result.GetErrorStream(), *this, in LookupInModule() 4063 result.GetErrorStream() in LookupInModule() [all...] |
H A D | CommandObjectDisassemble.cpp | 500 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
|
H A D | CommandObjectExpression.cpp | 668 result.GetErrorStream(), result)) { in DoExecute()
|
H A D | CommandObjectFrame.cpp | 350 result.GetErrorStream(), *this, in DoExecute()
|
H A D | CommandObjectSource.cpp | 540 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
|
/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 266 target.GetDebugger().GetErrorStream() << error.AsCString(); in LoadBinaryWithUUIDAndAddress() 331 Stream &s = target.GetDebugger().GetErrorStream(); in ReadUnsignedIntWithSizeInBytes()
|
H A D | Debugger.cpp | 260 Stream &s = GetErrorStream(); in SetPropertyValue()
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 292 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction() 319 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandReturnObject.h | 62 Stream &GetErrorStream() { in GetErrorStream() 56 Stream &GetErrorStream() { GetErrorStream() function
|
/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 531 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle() 541 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile() 584 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 148 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 625 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1913 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction() 1916 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 831 Stream &s = target.GetDebugger().GetErrorStream(); in LoadImageUsingMemoryModule()
|
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1921 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream() function
|