Searched refs:GetAsyncOutputStream (Results 1 – 14 of 14) sorted by relevance
330 lldb::StreamUP s = target.GetDebugger().GetAsyncOutputStream(); in LoadImageUsingMemoryModule()358 target.GetDebugger().GetAsyncOutputStream()->Printf( in LoadImageUsingMemoryModule()467 lldb::StreamUP s = target.GetDebugger().GetAsyncOutputStream(); in LoadImageUsingMemoryModule()
894 (*debugger_sp->GetAsyncOutputStream()) in Destroy()1455 StreamUP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream() function in Debugger1904 if (StreamUP output_up = GetAsyncOutputStream()) { in HandleBreakpointEvent()1938 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()1952 StreamUP output_stream_up = GetAsyncOutputStream(); in HandleProcessEvent()2040 thread_sp->GetStatus(*GetAsyncOutputStream(), 0, 1, 1, stop_format, in HandleThreadEvent()2152 StreamUP output_up = GetAsyncOutputStream(); in DefaultEventHandler()
221 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()) in NotifyBreakpointHit()
51 return target_sp->GetDebugger().GetAsyncOutputStream(); in GetLogStreamSP()
1023 StreamUP output_up = debugger.GetAsyncOutputStream(); in PerformAction()
3124 StreamSP output_sp = m_debugger.GetAsyncOutputStream(); in RunStopHooks()
255 result.SetImmediateOutputStream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
508 GetCommandInterpreter().GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
819 GetDebugger().GetAsyncOutputStream()->Printf("error: %s\n", in IOHandlerInputComplete()
159 lldb::StreamUP GetAsyncOutputStream();
611 result.SetImmediateOutputStream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
917 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
868 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream(); in NotifyBreakpointHit()
5595 output_stream_sp = m_interpreter.GetDebugger().GetAsyncOutputStream(); in DoExecute()