Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp66 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 DScriptInterpreter.cpp249 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
H A DCommandObject.cpp
/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()
/llvm-project/third-party/benchmark/src/
H A Dconsole_reporter.cc42 PrintBasicContext(&GetErrorStream(), context); in ReportContext()
49 GetErrorStream() in ReportContext()
H A Dcsv_reporter.cc57 PrintBasicContext(&GetErrorStream(), context); in ReportContext()
H A Dbenchmark.cc325 std::flush(reporter->GetErrorStream()); in FlushStreams()
578 auto& Err = display_reporter->GetErrorStream(); in RunSpecifiedBenchmarks()
/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp207 result.GetErrorStream() << error; in DoExecute()
276 result.GetErrorStream() << error; in DoExecute()
407 result.GetErrorStream() << error; in DoExecute()
H A DCommandObjectRegexCommand.cpp85 result.GetErrorStream() << "Command contents '" << command in DoExecute()
H A DCommandObjectDWIMPrint.cpp222 Stream &error_stream = result.GetErrorStream(); in DoExecute()
H A DCommandObjectTarget.cpp847 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 DCommandObjectDisassemble.cpp500 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
H A DCommandObjectExpression.cpp668 result.GetErrorStream(), result)) { in DoExecute()
H A DCommandObjectFrame.cpp350 result.GetErrorStream(), *this, in DoExecute()
H A DCommandObjectSource.cpp540 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp266 target.GetDebugger().GetErrorStream() << error.AsCString(); in LoadBinaryWithUUIDAndAddress()
331 Stream &s = target.GetDebugger().GetErrorStream(); in ReadUnsignedIntWithSizeInBytes()
H A DDebugger.cpp260 Stream &s = GetErrorStream(); in SetPropertyValue()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp292 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 DCommandReturnObject.h62 Stream &GetErrorStream() { in GetErrorStream()
56 Stream &GetErrorStream() { GetErrorStream() function
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp531 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 DDebugger.h148 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp625 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1913 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction()
1916 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp831 Stream &s = target.GetDebugger().GetErrorStream(); in LoadImageUsingMemoryModule()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1921 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream() function

12