Lines Matching refs:debugger
441 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
442 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
503 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction() local
504 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
505 debugger.SetAsyncExecution(true); in PerformAction()
509 debugger.SetAsyncExecution(old_async); in PerformAction()
797 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
837 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
864 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
865 debugger.SetAsyncExecution(true); in PerformAction()
870 debugger.SetAsyncExecution(old_async); in PerformAction()
886 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
887 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()