Lines Matching refs:BreakpointSP
52 SBBreakpoint::SBBreakpoint(const lldb::BreakpointSP &bp_sp) in SBBreakpoint()
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()
692 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
698 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
712 BreakpointSP GetBreakpointAtIndex(size_t idx) { in GetBreakpointAtIndex()
714 return BreakpointSP(); in GetBreakpointAtIndex()
717 return BreakpointSP(); in GetBreakpointAtIndex()
722 BreakpointSP FindBreakpointByID(lldb::break_id_t desired_id) { in FindBreakpointByID()
725 return BreakpointSP(); in FindBreakpointByID()
731 return BreakpointSP(); in FindBreakpointByID()
734 bool Append(BreakpointSP bkpt) { in Append()
744 bool AppendIfUnique(BreakpointSP bkpt) { in AppendIfUnique()
800 BreakpointSP bkpt_sp = m_opaque_sp->GetBreakpointAtIndex(idx); in GetBreakpointAtIndex()
807 BreakpointSP bkpt_sp = m_opaque_sp->FindBreakpointByID(id); in FindBreakpointByID()