| /freebsd-13.1/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() 104 error(GetErrorStream()) << in_string.rtrim() << '\n'; in AppendError() 118 GetErrorStream() << in_string; in AppendRawError()
|
| H A D | ScriptInterpreter.cpp | 200 result->SetImmediateErrorFile(debugger.GetErrorStream().GetFileSP()); in ScriptInterpreterIORedirect()
|
| H A D | CommandObject.cpp | 135 result.GetErrorStream(), this, in ParseOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
| H A D | ScriptInterpreterNone.cpp | 33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine() 39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 352 result.GetErrorStream(), this, in DoExecute() 560 result.GetErrorStream().Printf("error: no variables matched " in DoExecute() 566 result.GetErrorStream().Printf( in DoExecute() 569 result.GetErrorStream().Printf( in DoExecute() 609 result.GetErrorStream().Printf("error: %s\n", error_cstr); in DoExecute() 611 result.GetErrorStream().Printf("error: unable to find any " in DoExecute()
|
| H A D | CommandObjectLog.cpp | 171 result.GetErrorStream() << error_stream.str(); in DoExecute() 241 result.GetErrorStream() << error_stream.str(); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 835 result.GetErrorStream().Printf( in DoExecute() 1865 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 1992 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2082 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2234 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2313 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 2914 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 3782 result.GetErrorStream(), this, in LookupInModule() 3800 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute() 4086 module_sp->GetSymbolFile(true, &result.GetErrorStream()); in AddModuleSymbols()
|
| H A D | CommandObjectDisassemble.cpp | 449 GetOptions()->GenerateOptionUsage(result.GetErrorStream(), this, in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 647 result.GetErrorStream(), result)) { in DoExecute()
|
| H A D | CommandObjectSource.cpp | 559 result.GetErrorStream().SetAddressByteSize(addr_byte_size); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 285 debugger.GetErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction() 312 debugger.GetErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandReturnObject.h | 55 Stream &GetErrorStream() { in GetErrorStream() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 175 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 228 Stream &s = GetErrorStream(); in SetPropertyValue() 616 debugger_sp->GetErrorStream() << result.GetErrorData() << '\n'; in Destroy() 941 is_stdout ? GetOutputStream() : GetErrorStream(); in PrintAsync()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 470 StreamFile &stream_file = m_opaque_sp->GetErrorStream(); in GetErrorFileHandle() 480 SBFile file(m_opaque_sp->GetErrorStream().GetFileSP()); in GetErrorFile() 524 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 726 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf( in AppleObjCTrampolineHandler()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 2336 debugger.GetErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction() 2339 debugger.GetErrorStream() << E.message(); in BreakpointCallbackFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1373 target->GetDebugger().GetErrorStream().Printf( in LoadScriptingResourceForModule() 1380 target->GetDebugger().GetErrorStream().Printf("%s\n", in LoadScriptingResourceForModule()
|
| H A D | Process.cpp | 1623 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite() 1662 GetTarget().GetDebugger().GetErrorStream().Printf( in CreateBreakpointSite()
|