Home | History | Annotate | Download | only in API

Lines Matching refs:GetDebugger

551 SBTarget::GetDebugger () const
556 debugger.reset (target_sp->GetDebugger().shared_from_this());
568 ProcessSP process_sp (target_sp->CreateProcess(target_sp->GetDebugger().GetListener(),
594 SBListener listener = GetDebugger().GetListener();
682 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
718 GetDebugger().GetAsyncExecution () == false)
778 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
794 const bool synchronous_execution = target_sp->GetDebugger().GetAsyncExecution () == false;
884 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
919 if (target_sp->GetDebugger().GetAsyncExecution () == false)
1010 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
1030 if (target_sp->GetDebugger().GetAsyncExecution () == false)
1108 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
1122 if (target_sp->GetDebugger().GetAsyncExecution () == false)
1170 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), plugin_name, NULL);