Lines Matching refs:GetSP

74   BreakpointSP bkpt_sp = GetSP();  in GetID()
83 BreakpointSP bkpt_sp = GetSP(); in IsValid()
93 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
104 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
122 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
140 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
153 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
166 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
178 BreakpointSP bkpt_sp = GetSP(); in IsEnabled()
189 BreakpointSP bkpt_sp = GetSP(); in SetOneShot()
201 BreakpointSP bkpt_sp = GetSP(); in IsOneShot()
211 BreakpointSP bkpt_sp = GetSP(); in IsInternal()
222 BreakpointSP bkpt_sp = GetSP(); in SetIgnoreCount()
234 BreakpointSP bkpt_sp = GetSP(); in SetCondition()
243 BreakpointSP bkpt_sp = GetSP(); in GetCondition()
253 BreakpointSP bkpt_sp = GetSP(); in SetAutoContinue()
262 BreakpointSP bkpt_sp = GetSP(); in GetAutoContinue()
273 BreakpointSP bkpt_sp = GetSP(); in GetHitCount()
288 BreakpointSP bkpt_sp = GetSP(); in GetIgnoreCount()
302 BreakpointSP bkpt_sp = GetSP(); in SetThreadID()
314 BreakpointSP bkpt_sp = GetSP(); in GetThreadID()
328 BreakpointSP bkpt_sp = GetSP(); in SetThreadIndex()
339 BreakpointSP bkpt_sp = GetSP(); in GetThreadIndex()
356 BreakpointSP bkpt_sp = GetSP(); in SetThreadName()
368 BreakpointSP bkpt_sp = GetSP(); in GetThreadName()
385 BreakpointSP bkpt_sp = GetSP(); in SetQueueName()
397 BreakpointSP bkpt_sp = GetSP(); in GetQueueName()
414 BreakpointSP bkpt_sp = GetSP(); in GetNumResolvedLocations()
427 BreakpointSP bkpt_sp = GetSP(); in GetNumLocations()
440 BreakpointSP bkpt_sp = GetSP(); in SetCommandLineCommands()
455 BreakpointSP bkpt_sp = GetSP(); in GetCommandLineCommands()
471 BreakpointSP bkpt_sp = GetSP(); in GetDescription()
490 BreakpointSP bkpt_sp = GetSP(); in AddLocation()
526 BreakpointSP bkpt_sp = GetSP(); in SetCallback()
543 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackFunction()
562 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackBody()
586 BreakpointSP bkpt_sp = GetSP(); in AddName()
609 BreakpointSP bkpt_sp = GetSP(); in RemoveName()
622 BreakpointSP bkpt_sp = GetSP(); in MatchesName()
636 BreakpointSP bkpt_sp = GetSP(); in GetNames()
659 event.GetSP()); in GetBreakpointEventTypeFromEvent()
666 Breakpoint::BreakpointEventData::GetBreakpointFromEvent(event.GetSP())); in GetBreakpointFromEvent()
677 event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()
687 event.GetSP())); in GetNumBreakpointLocationsFromEvent()
692 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
698 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBBreakpoint
785 : m_opaque_sp(new SBBreakpointListImpl(target.GetSP())) {} in SBBreakpointList()
830 return m_opaque_sp->AppendIfUnique(sb_bkpt.GetSP()); in AppendIfUnique()