Lines Matching refs:GetTarget

81 SBTarget SBBreakpoint::GetTarget() const {  in GetTarget()  function in SBBreakpoint
112 else if (bkpt_sp->GetTarget().GetBreakpointByID(bkpt_sp->GetID())) in operator bool()
124 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
138 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByAddress()
140 Target &target = bkpt_sp->GetTarget(); in FindLocationByAddress()
158 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
160 Target &target = bkpt_sp->GetTarget(); in FindLocationIDByAddress()
178 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
193 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
207 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
218 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled()
231 bkpt_sp->GetTarget().GetAPIMutex()); in SetOneShot()
242 bkpt_sp->GetTarget().GetAPIMutex()); in IsOneShot()
254 bkpt_sp->GetTarget().GetAPIMutex()); in IsInternal()
267 bkpt_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
278 bkpt_sp->GetTarget().GetAPIMutex()); in SetCondition()
289 bkpt_sp->GetTarget().GetAPIMutex()); in GetCondition()
301 bkpt_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()
312 bkpt_sp->GetTarget().GetAPIMutex()); in GetAutoContinue()
325 bkpt_sp->GetTarget().GetAPIMutex()); in GetHitCount()
339 bkpt_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
352 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadID()
364 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadID()
377 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadIndex()
389 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadIndex()
406 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadName()
418 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadName()
434 bkpt_sp->GetTarget().GetAPIMutex()); in SetQueueName()
446 bkpt_sp->GetTarget().GetAPIMutex()); in GetQueueName()
463 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumResolvedLocations()
476 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumLocations()
492 bkpt_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
525 bkpt_sp->GetTarget().GetAPIMutex()); in GetDescription()
564 address.get()->Dump(&s, &bkpt_sp->GetTarget(), in AddLocation()
593 bkpt_sp->GetTarget().GetAPIMutex()); in SetCallback()
618 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackFunction()
620 error = bkpt_sp->GetTarget() in SetScriptCallbackFunction()
642 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackBody()
645 bkpt_sp->GetTarget() in SetScriptCallbackBody()
671 bkpt_sp->GetTarget().GetAPIMutex()); in AddNameWithErrorHandling()
673 bkpt_sp->GetTarget().AddNameToBreakpoint(bkpt_sp, new_name, error); in AddNameWithErrorHandling()
689 bkpt_sp->GetTarget().GetAPIMutex()); in RemoveName()
690 bkpt_sp->GetTarget().RemoveNameFromBreakpoint(bkpt_sp, in RemoveName()
702 bkpt_sp->GetTarget().GetAPIMutex()); in MatchesName()
716 bkpt_sp->GetTarget().GetAPIMutex()); in GetNames()
863 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function in SBBreakpointListImpl