Lines Matching refs:debugger
453 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
454 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
525 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction() local
526 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
527 debugger.SetAsyncExecution(true); in PerformAction()
531 debugger.SetAsyncExecution(old_async); in PerformAction()
825 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
864 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
890 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
891 debugger.SetAsyncExecution(true); in PerformAction()
896 debugger.SetAsyncExecution(old_async); in PerformAction()
912 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() local
913 StreamSP output_sp = debugger.GetAsyncOutputStream(); in PerformAction()