/freebsd/contrib/llvm-project/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() 107 error(GetErrorStream()) << msg << '\n'; in AppendError() 127 GetErrorStream() << in_string; in AppendRawError()
|
H A D | ScriptInterpreter.cpp | 243 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
|
H A D | CommandObject.cpp | 137 result.GetErrorStream(), *this, in ParseOptions()
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 209 result.GetErrorStream() << error_stream.str(); in DoExecute() 278 result.GetErrorStream() << error_stream.str(); in DoExecute() 409 result.GetErrorStream() << error_stream.str(); in DoExecute()
|
H A D | CommandObjectRegexCommand.cpp | 85 result.GetErrorStream() << "Command contents '" << command in DoExecute()
|
H A D | CommandObjectDWIMPrint.cpp | 197 Stream &error_stream = result.GetErrorStream(); in DoExecute()
|
H A D | CommandObjectTarget.cpp | 847 result.GetErrorStream().Printf( in DoExecute() 1905 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2010 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2105 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2317 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2400 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2541 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 3184 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 4061 result.GetErrorStream(), *this, in LookupInModule() 4079 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() [all …]
|
H A D | CommandObjectDisassemble.cpp | 482 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), *this, in DoExecute()
|
H A D | CommandObjectExpression.cpp | 670 result.GetErrorStream(), result)) { in DoExecute()
|
H A D | CommandObjectFrame.cpp | 327 result.GetErrorStream(), *this, in DoExecute()
|
H A D | CommandObjectSource.cpp | 548 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 258 target.GetDebugger().GetErrorStream() << error.AsCString(); in LoadBinaryWithUUIDAndAddress() 323 Stream &s = target.GetDebugger().GetErrorStream(); in LoadBinaryWithUUIDAndAddress()
|
H A D | Debugger.cpp | 260 Stream &s = GetErrorStream(); in SetPropertyValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 291 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction() 318 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandReturnObject.h | 56 Stream &GetErrorStream() { in GetErrorStream() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 527 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle() 537 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile() 580 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 148 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 625 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1952 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction() 1955 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 1447 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule() 1454 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
|
H A D | Process.cpp | 1696 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite() 1735 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
|