Lines Matching refs:GetTarget
80 SBTarget SBBreakpoint::GetTarget() const { in GetTarget() function in SBBreakpoint
111 else if (bkpt_sp->GetTarget().GetBreakpointByID(bkpt_sp->GetID())) in operator bool()
123 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
137 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByAddress()
139 Target &target = bkpt_sp->GetTarget(); in FindLocationByAddress()
157 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
159 Target &target = bkpt_sp->GetTarget(); in FindLocationIDByAddress()
177 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
192 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
206 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
217 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled()
230 bkpt_sp->GetTarget().GetAPIMutex()); in SetOneShot()
241 bkpt_sp->GetTarget().GetAPIMutex()); in IsOneShot()
253 bkpt_sp->GetTarget().GetAPIMutex()); in IsInternal()
266 bkpt_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
277 bkpt_sp->GetTarget().GetAPIMutex()); in SetCondition()
290 bkpt_sp->GetTarget().GetAPIMutex()); in GetCondition()
300 bkpt_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()
311 bkpt_sp->GetTarget().GetAPIMutex()); in GetAutoContinue()
324 bkpt_sp->GetTarget().GetAPIMutex()); in GetHitCount()
338 bkpt_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
351 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadID()
363 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadID()
376 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadIndex()
388 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadIndex()
405 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadName()
418 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadName()
432 bkpt_sp->GetTarget().GetAPIMutex()); in SetQueueName()
445 bkpt_sp->GetTarget().GetAPIMutex()); in GetQueueName()
460 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumResolvedLocations()
473 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumLocations()
489 bkpt_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
522 bkpt_sp->GetTarget().GetAPIMutex()); in GetDescription()
561 address.get()->Dump(&s, &bkpt_sp->GetTarget(), in AddLocation()
590 bkpt_sp->GetTarget().GetAPIMutex()); in SetCallback()
615 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackFunction()
617 error = bkpt_sp->GetTarget() in SetScriptCallbackFunction()
639 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackBody()
642 bkpt_sp->GetTarget() in SetScriptCallbackBody()
669 bkpt_sp->GetTarget().GetAPIMutex()); in AddNameWithErrorHandling()
671 bkpt_sp->GetTarget().AddNameToBreakpoint(bkpt_sp, new_name, error); in AddNameWithErrorHandling()
687 bkpt_sp->GetTarget().GetAPIMutex()); in RemoveName()
688 bkpt_sp->GetTarget().RemoveNameFromBreakpoint(bkpt_sp, in RemoveName()
700 bkpt_sp->GetTarget().GetAPIMutex()); in MatchesName()
714 bkpt_sp->GetTarget().GetAPIMutex()); in GetNames()
861 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function in SBBreakpointListImpl