Lines Matching refs:GetTarget
86 else if (bkpt_sp->GetTarget().GetBreakpointByID(bkpt_sp->GetID())) in IsValid()
96 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
108 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByAddress()
110 Target &target = bkpt_sp->GetTarget(); in FindLocationByAddress()
126 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
128 Target &target = bkpt_sp->GetTarget(); in FindLocationIDByAddress()
144 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
157 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
172 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
181 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled()
195 bkpt_sp->GetTarget().GetAPIMutex()); in SetOneShot()
204 bkpt_sp->GetTarget().GetAPIMutex()); in IsOneShot()
214 bkpt_sp->GetTarget().GetAPIMutex()); in IsInternal()
228 bkpt_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
237 bkpt_sp->GetTarget().GetAPIMutex()); in SetCondition()
246 bkpt_sp->GetTarget().GetAPIMutex()); in GetCondition()
256 bkpt_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()
265 bkpt_sp->GetTarget().GetAPIMutex()); in GetAutoContinue()
276 bkpt_sp->GetTarget().GetAPIMutex()); in GetHitCount()
291 bkpt_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
305 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadID()
317 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadID()
332 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadIndex()
342 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadIndex()
361 bkpt_sp->GetTarget().GetAPIMutex()); in SetThreadName()
371 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadName()
390 bkpt_sp->GetTarget().GetAPIMutex()); in SetQueueName()
400 bkpt_sp->GetTarget().GetAPIMutex()); in GetQueueName()
417 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumResolvedLocations()
431 bkpt_sp->GetTarget().GetAPIMutex()); in GetNumLocations()
447 bkpt_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
474 bkpt_sp->GetTarget().GetAPIMutex()); in GetDescription()
513 address.get()->Dump(&s, &bkpt_sp->GetTarget(), in AddLocation()
532 bkpt_sp->GetTarget().GetAPIMutex()); in SetCallback()
549 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackFunction()
551 bkpt_sp->GetTarget() in SetScriptCallbackFunction()
569 bkpt_sp->GetTarget().GetAPIMutex()); in SetScriptCallbackBody()
572 bkpt_sp->GetTarget() in SetScriptCallbackBody()
591 bkpt_sp->GetTarget().GetAPIMutex()); in AddName()
594 bkpt_sp->GetTarget().AddNameToBreakpoint(bkpt_sp, new_name, error); in AddName()
614 bkpt_sp->GetTarget().GetAPIMutex()); in RemoveName()
615 bkpt_sp->GetTarget().RemoveNameFromBreakpoint(bkpt_sp, in RemoveName()
627 bkpt_sp->GetTarget().GetAPIMutex()); in MatchesName()
641 bkpt_sp->GetTarget().GetAPIMutex()); in GetNames()
777 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function in SBBreakpointListImpl