Home
last modified time | relevance | path

Searched refs:GetAsyncErrorStream (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp36 m_debugger.GetAsyncErrorStream()->PutCString(no_interpreter_err_msg); in ExecuteOneLine()
41 m_debugger.GetAsyncErrorStream()->PutCString(no_interpreter_err_msg); in ExecuteInterpreterLoop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp275 *target.GetDebugger().GetAsyncErrorStream() << error.AsCString(); in LoadBinaryWithUUIDAndAddress()
340 lldb::StreamUP s = target.GetDebugger().GetAsyncErrorStream(); in LoadBinaryWithUUIDAndAddress()
H A DDebugger.cpp280 lldb::StreamUP s = GetAsyncErrorStream(); in SetPropertyValue()
897 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorString() << '\n'; in Destroy()
1460 StreamUP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1708 event_data.Dump(debugger.GetAsyncErrorStream().get()); in PrivateReportDiagnostic()
1940 flush(*GetAsyncErrorStream(), &Process::GetSTDERR); in FlushProcessOutput()
1953 StreamUP error_stream_up = GetAsyncErrorStream(); in HandleProcessEvent()
2143 StreamUP error_up = GetAsyncErrorStream(); in DefaultEventHandler()
2279 data->Dump(GetAsyncErrorStream().get()); in HandleDiagnosticEvent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp304 *debugger.GetAsyncErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction()
331 *debugger.GetAsyncErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp256 result.SetImmediateErrorStream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
H A DCommandObjectExpression.cpp510 GetCommandInterpreter().GetDebugger().GetAsyncErrorStream(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h161 lldb::StreamUP GetAsyncErrorStream();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp612 result.SetImmediateErrorStream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp625 process_sp->GetTarget().GetDebugger().GetAsyncErrorStream()->Printf( in AppleObjCTrampolineHandler()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1637 GetTarget().GetDebugger().GetAsyncErrorStream()->Printf( in CreateBreakpointSite()
1676 GetTarget().GetDebugger().GetAsyncErrorStream()->Printf( in CreateBreakpointSite()
2732 m_unix_signals_sp, GetTarget().GetDebugger().GetAsyncErrorStream()); in LaunchPrivate()
3115 m_unix_signals_sp, GetTarget().GetDebugger().GetAsyncErrorStream()); in CompleteAttach()
H A DTarget.cpp1539 target->GetDebugger().GetAsyncErrorStream()->Printf( in LoadScriptingResourceForModule()
1546 target->GetDebugger().GetAsyncErrorStream()->Printf( in LoadScriptingResourceForModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1919 *debugger.GetAsyncErrorStream() << E.ReadBacktrace(); in BreakpointCallbackFunction()
1922 *debugger.GetAsyncErrorStream() << E.message(); in BreakpointCallbackFunction()