Lines Matching refs:GetSP

87   BreakpointSP bkpt_sp = GetSP();  in GetTarget()
98 BreakpointSP bkpt_sp = GetSP(); in GetID()
112 BreakpointSP bkpt_sp = GetSP(); in operator bool()
124 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
138 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
159 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
180 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
196 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
210 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
222 BreakpointSP bkpt_sp = GetSP(); in IsEnabled()
234 BreakpointSP bkpt_sp = GetSP(); in SetOneShot()
246 BreakpointSP bkpt_sp = GetSP(); in IsOneShot()
258 BreakpointSP bkpt_sp = GetSP(); in IsInternal()
270 BreakpointSP bkpt_sp = GetSP(); in SetIgnoreCount()
283 BreakpointSP bkpt_sp = GetSP(); in SetCondition()
294 BreakpointSP bkpt_sp = GetSP(); in GetCondition()
307 BreakpointSP bkpt_sp = GetSP(); in SetAutoContinue()
318 BreakpointSP bkpt_sp = GetSP(); in GetAutoContinue()
331 BreakpointSP bkpt_sp = GetSP(); in GetHitCount()
345 BreakpointSP bkpt_sp = GetSP(); in GetIgnoreCount()
358 BreakpointSP bkpt_sp = GetSP(); in SetThreadID()
370 BreakpointSP bkpt_sp = GetSP(); in GetThreadID()
383 BreakpointSP bkpt_sp = GetSP(); in SetThreadIndex()
395 BreakpointSP bkpt_sp = GetSP(); in GetThreadIndex()
412 BreakpointSP bkpt_sp = GetSP(); in SetThreadName()
425 BreakpointSP bkpt_sp = GetSP(); in GetThreadName()
442 BreakpointSP bkpt_sp = GetSP(); in SetQueueName()
454 BreakpointSP bkpt_sp = GetSP(); in GetQueueName()
472 BreakpointSP bkpt_sp = GetSP(); in GetNumResolvedLocations()
484 BreakpointSP bkpt_sp = GetSP(); in GetNumLocations()
498 BreakpointSP bkpt_sp = GetSP(); in SetCommandLineCommands()
516 BreakpointSP bkpt_sp = GetSP(); in GetCommandLineCommands()
537 BreakpointSP bkpt_sp = GetSP(); in GetDescription()
558 BreakpointSP bkpt_sp = GetSP(); in AddLocation()
593 BreakpointSP bkpt_sp = GetSP(); in SerializeToStructuredData()
607 BreakpointSP bkpt_sp = GetSP(); in SetCallback()
633 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackFunction()
658 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackBody()
688 BreakpointSP bkpt_sp = GetSP(); in AddNameWithErrorHandling()
708 BreakpointSP bkpt_sp = GetSP(); in RemoveName()
721 BreakpointSP bkpt_sp = GetSP(); in MatchesName()
736 BreakpointSP bkpt_sp = GetSP(); in GetNames()
765 event.GetSP()); in GetBreakpointEventTypeFromEvent()
777 event.GetSP()))); in GetBreakpointFromEvent()
792 event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()
806 event.GetSP())); in GetNumBreakpointLocationsFromEvent()
813 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
819 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBBreakpoint
906 : m_opaque_sp(new SBBreakpointListImpl(target.GetSP())) { in SBBreakpointList()
970 return m_opaque_sp->AppendIfUnique(sb_bkpt.GetSP()); in AppendIfUnique()