Lines Matching refs:BreakpointSP
54 SBBreakpoint::SBBreakpoint(const lldb::BreakpointSP &bp_sp) in SBBreakpoint()
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()
777 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
783 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
797 BreakpointSP GetBreakpointAtIndex(size_t idx) { in GetBreakpointAtIndex()
799 return BreakpointSP(); in GetBreakpointAtIndex()
802 return BreakpointSP(); in GetBreakpointAtIndex()
807 BreakpointSP FindBreakpointByID(lldb::break_id_t desired_id) { in FindBreakpointByID()
810 return BreakpointSP(); in FindBreakpointByID()
816 return BreakpointSP(); in FindBreakpointByID()
819 bool Append(BreakpointSP bkpt) { in Append()
829 bool AppendIfUnique(BreakpointSP bkpt) { in AppendIfUnique()
890 BreakpointSP bkpt_sp = m_opaque_sp->GetBreakpointAtIndex(idx); in GetBreakpointAtIndex()
899 BreakpointSP bkpt_sp = m_opaque_sp->FindBreakpointByID(id); in FindBreakpointByID()