Lines Matching refs:GetDebugger
551 SBTarget::GetDebugger () const in GetDebugger() function in SBTarget
556 debugger.reset (target_sp->GetDebugger().shared_from_this()); in GetDebugger()
568 ProcessSP process_sp (target_sp->CreateProcess(target_sp->GetDebugger().GetListener(), in LoadCore()
594 SBListener listener = GetDebugger().GetListener(); in LaunchSimple()
682 … process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL); in Launch()
718 if (target_sp->GetDebugger().GetAsyncExecution () == false) in Launch()
778 … process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL); in Launch()
794 … const bool synchronous_execution = target_sp->GetDebugger().GetAsyncExecution () == false; in Launch()
884 … process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL); in Attach()
919 if (target_sp->GetDebugger().GetAsyncExecution () == false) in Attach()
1010 … process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL); in AttachToProcessWithID()
1030 if (target_sp->GetDebugger().GetAsyncExecution () == false) in AttachToProcessWithID()
1108 … process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL); in AttachToProcessWithName()
1122 if (target_sp->GetDebugger().GetAsyncExecution () == false) in AttachToProcessWithName()
1170 … process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), plugin_name, NULL); in ConnectRemote()