Lines Matching refs:BreakpointSP
55 SBBreakpoint::SBBreakpoint(const lldb::BreakpointSP &bp_sp) in SBBreakpoint()
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()
779 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
785 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
799 BreakpointSP GetBreakpointAtIndex(size_t idx) { in GetBreakpointAtIndex()
801 return BreakpointSP(); in GetBreakpointAtIndex()
804 return BreakpointSP(); in GetBreakpointAtIndex()
809 BreakpointSP FindBreakpointByID(lldb::break_id_t desired_id) { in FindBreakpointByID()
812 return BreakpointSP(); in FindBreakpointByID()
818 return BreakpointSP(); in FindBreakpointByID()
821 bool Append(BreakpointSP bkpt) { in Append()
831 bool AppendIfUnique(BreakpointSP bkpt) { in AppendIfUnique()
892 BreakpointSP bkpt_sp = m_opaque_sp->GetBreakpointAtIndex(idx); in GetBreakpointAtIndex()
901 BreakpointSP bkpt_sp = m_opaque_sp->FindBreakpointByID(id); in FindBreakpointByID()