| /openbsd-src/gnu/llvm/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 | 215 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
|
| H A D | CommandObject.cpp | 137 result.GetErrorStream(), *this, in ParseOptions()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.cpp | 33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine() 39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
|
| /openbsd-src/gnu/llvm/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() 1884 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 1990 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2080 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2285 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2364 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2974 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 3864 result.GetErrorStream(), *this, in LookupInModule() 3882 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 4175 module_sp->GetSymbolFile(true, &result.GetErrorStream()); in AddModuleSymbols()
|
| H A D | CommandObjectDisassemble.cpp | 482 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 634 result.GetErrorStream(), result)) { in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 353 result.GetErrorStream(), *this, in DoExecute()
|
| H A D | CommandObjectSource.cpp | 555 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandReturnObject.h | 56 Stream &GetErrorStream() { in GetErrorStream() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 150 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 516 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle() 526 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile() 569 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 626 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 2124 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction() 2127 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 252 Stream &s = GetErrorStream(); in SetPropertyValue()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 1397 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule() 1404 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
|
| H A D | Process.cpp | 1654 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite() 1693 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
|