Lines Matching refs:GetSP
83 BreakpointSP bkpt_sp = GetSP(); in GetTarget()
94 BreakpointSP bkpt_sp = GetSP(); in GetID()
108 BreakpointSP bkpt_sp = GetSP(); in operator bool()
120 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
133 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
153 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
173 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
188 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
202 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
214 BreakpointSP bkpt_sp = GetSP(); in IsEnabled()
226 BreakpointSP bkpt_sp = GetSP(); in SetOneShot()
238 BreakpointSP bkpt_sp = GetSP(); in IsOneShot()
250 BreakpointSP bkpt_sp = GetSP(); in IsInternal()
262 BreakpointSP bkpt_sp = GetSP(); in SetIgnoreCount()
274 BreakpointSP bkpt_sp = GetSP(); in SetCondition()
285 BreakpointSP bkpt_sp = GetSP(); in GetCondition()
297 BreakpointSP bkpt_sp = GetSP(); in SetAutoContinue()
308 BreakpointSP bkpt_sp = GetSP(); in GetAutoContinue()
321 BreakpointSP bkpt_sp = GetSP(); in GetHitCount()
335 BreakpointSP bkpt_sp = GetSP(); in GetIgnoreCount()
348 BreakpointSP bkpt_sp = GetSP(); in SetThreadID()
360 BreakpointSP bkpt_sp = GetSP(); in GetThreadID()
373 BreakpointSP bkpt_sp = GetSP(); in SetThreadIndex()
385 BreakpointSP bkpt_sp = GetSP(); in GetThreadIndex()
401 BreakpointSP bkpt_sp = GetSP(); in SetThreadName()
413 BreakpointSP bkpt_sp = GetSP(); in GetThreadName()
429 BreakpointSP bkpt_sp = GetSP(); in SetQueueName()
440 BreakpointSP bkpt_sp = GetSP(); in GetQueueName()
457 BreakpointSP bkpt_sp = GetSP(); in GetNumResolvedLocations()
469 BreakpointSP bkpt_sp = GetSP(); in GetNumLocations()
482 BreakpointSP bkpt_sp = GetSP(); in SetCommandLineCommands()
499 BreakpointSP bkpt_sp = GetSP(); in GetCommandLineCommands()
519 BreakpointSP bkpt_sp = GetSP(); in GetDescription()
539 BreakpointSP bkpt_sp = GetSP(); in AddLocation()
573 BreakpointSP bkpt_sp = GetSP(); in SerializeToStructuredData()
586 BreakpointSP bkpt_sp = GetSP(); in SetCallback()
610 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackFunction()
634 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackBody()
664 BreakpointSP bkpt_sp = GetSP(); in AddNameWithErrorHandling()
683 BreakpointSP bkpt_sp = GetSP(); in RemoveName()
696 BreakpointSP bkpt_sp = GetSP(); in MatchesName()
710 BreakpointSP bkpt_sp = GetSP(); in GetNames()
736 event.GetSP()); in GetBreakpointEventTypeFromEvent()
745 Breakpoint::BreakpointEventData::GetBreakpointFromEvent(event.GetSP())); in GetBreakpointFromEvent()
758 event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()
770 event.GetSP())); in GetNumBreakpointLocationsFromEvent()
777 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
783 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBBreakpoint
869 : m_opaque_sp(new SBBreakpointListImpl(target.GetSP())) { in SBBreakpointList()
928 return m_opaque_sp->AppendIfUnique(sb_bkpt.GetSP()); in AppendIfUnique()