Lines Matching refs:GetSP
84 BreakpointSP bkpt_sp = GetSP(); in GetTarget()
95 BreakpointSP bkpt_sp = GetSP(); in GetID()
109 BreakpointSP bkpt_sp = GetSP(); in operator bool()
121 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
134 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
154 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
174 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
189 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
203 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
215 BreakpointSP bkpt_sp = GetSP(); in IsEnabled()
227 BreakpointSP bkpt_sp = GetSP(); in SetOneShot()
239 BreakpointSP bkpt_sp = GetSP(); in IsOneShot()
251 BreakpointSP bkpt_sp = GetSP(); in IsInternal()
263 BreakpointSP bkpt_sp = GetSP(); in SetIgnoreCount()
275 BreakpointSP bkpt_sp = GetSP(); in SetCondition()
286 BreakpointSP bkpt_sp = GetSP(); in GetCondition()
298 BreakpointSP bkpt_sp = GetSP(); in SetAutoContinue()
309 BreakpointSP bkpt_sp = GetSP(); in GetAutoContinue()
322 BreakpointSP bkpt_sp = GetSP(); in GetHitCount()
336 BreakpointSP bkpt_sp = GetSP(); in GetIgnoreCount()
349 BreakpointSP bkpt_sp = GetSP(); in SetThreadID()
361 BreakpointSP bkpt_sp = GetSP(); in GetThreadID()
374 BreakpointSP bkpt_sp = GetSP(); in SetThreadIndex()
386 BreakpointSP bkpt_sp = GetSP(); in GetThreadIndex()
402 BreakpointSP bkpt_sp = GetSP(); in SetThreadName()
415 BreakpointSP bkpt_sp = GetSP(); in GetThreadName()
431 BreakpointSP bkpt_sp = GetSP(); in SetQueueName()
443 BreakpointSP bkpt_sp = GetSP(); in GetQueueName()
460 BreakpointSP bkpt_sp = GetSP(); in GetNumResolvedLocations()
472 BreakpointSP bkpt_sp = GetSP(); in GetNumLocations()
485 BreakpointSP bkpt_sp = GetSP(); in SetCommandLineCommands()
502 BreakpointSP bkpt_sp = GetSP(); in GetCommandLineCommands()
522 BreakpointSP bkpt_sp = GetSP(); in GetDescription()
542 BreakpointSP bkpt_sp = GetSP(); in AddLocation()
576 BreakpointSP bkpt_sp = GetSP(); in SerializeToStructuredData()
589 BreakpointSP bkpt_sp = GetSP(); in SetCallback()
613 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackFunction()
637 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackBody()
666 BreakpointSP bkpt_sp = GetSP(); in AddNameWithErrorHandling()
685 BreakpointSP bkpt_sp = GetSP(); in RemoveName()
698 BreakpointSP bkpt_sp = GetSP(); in MatchesName()
712 BreakpointSP bkpt_sp = GetSP(); in GetNames()
738 event.GetSP()); in GetBreakpointEventTypeFromEvent()
747 Breakpoint::BreakpointEventData::GetBreakpointFromEvent(event.GetSP())); in GetBreakpointFromEvent()
760 event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()
772 event.GetSP())); in GetNumBreakpointLocationsFromEvent()
779 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
785 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBBreakpoint
871 : m_opaque_sp(new SBBreakpointListImpl(target.GetSP())) { in SBBreakpointList()
930 return m_opaque_sp->AppendIfUnique(sb_bkpt.GetSP()); in AppendIfUnique()