Lines Matching refs:BreakpointSP

55 SBBreakpoint::SBBreakpoint(const lldb::BreakpointSP &bp_sp)  in SBBreakpoint()
57 LLDB_RECORD_CONSTRUCTOR(SBBreakpoint, (const lldb::BreakpointSP &), bp_sp); in SBBreakpoint()
87 BreakpointSP bkpt_sp = GetSP(); in GetTarget()
98 BreakpointSP bkpt_sp = GetSP(); in GetID()
112 BreakpointSP bkpt_sp = GetSP(); in operator bool()
124 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
138 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
159 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
180 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
196 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
210 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
222 BreakpointSP bkpt_sp = GetSP(); in IsEnabled()
234 BreakpointSP bkpt_sp = GetSP(); in SetOneShot()
246 BreakpointSP bkpt_sp = GetSP(); in IsOneShot()
258 BreakpointSP bkpt_sp = GetSP(); in IsInternal()
270 BreakpointSP bkpt_sp = GetSP(); in SetIgnoreCount()
283 BreakpointSP bkpt_sp = GetSP(); in SetCondition()
294 BreakpointSP bkpt_sp = GetSP(); in GetCondition()
307 BreakpointSP bkpt_sp = GetSP(); in SetAutoContinue()
318 BreakpointSP bkpt_sp = GetSP(); in GetAutoContinue()
331 BreakpointSP bkpt_sp = GetSP(); in GetHitCount()
345 BreakpointSP bkpt_sp = GetSP(); in GetIgnoreCount()
358 BreakpointSP bkpt_sp = GetSP(); in SetThreadID()
370 BreakpointSP bkpt_sp = GetSP(); in GetThreadID()
383 BreakpointSP bkpt_sp = GetSP(); in SetThreadIndex()
395 BreakpointSP bkpt_sp = GetSP(); in GetThreadIndex()
412 BreakpointSP bkpt_sp = GetSP(); in SetThreadName()
425 BreakpointSP bkpt_sp = GetSP(); in GetThreadName()
442 BreakpointSP bkpt_sp = GetSP(); in SetQueueName()
454 BreakpointSP bkpt_sp = GetSP(); in GetQueueName()
472 BreakpointSP bkpt_sp = GetSP(); in GetNumResolvedLocations()
484 BreakpointSP bkpt_sp = GetSP(); in GetNumLocations()
498 BreakpointSP bkpt_sp = GetSP(); in SetCommandLineCommands()
516 BreakpointSP bkpt_sp = GetSP(); in GetCommandLineCommands()
537 BreakpointSP bkpt_sp = GetSP(); in GetDescription()
558 BreakpointSP bkpt_sp = GetSP(); in AddLocation()
593 BreakpointSP bkpt_sp = GetSP(); in SerializeToStructuredData()
607 BreakpointSP bkpt_sp = GetSP(); in SetCallback()
633 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackFunction()
658 BreakpointSP bkpt_sp = GetSP(); in SetScriptCallbackBody()
688 BreakpointSP bkpt_sp = GetSP(); in AddNameWithErrorHandling()
708 BreakpointSP bkpt_sp = GetSP(); in RemoveName()
721 BreakpointSP bkpt_sp = GetSP(); in MatchesName()
736 BreakpointSP bkpt_sp = GetSP(); in GetNames()
813 BreakpointSP bkpt_sp = GetSP(); in IsHardware()
819 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
833 BreakpointSP GetBreakpointAtIndex(size_t idx) { in GetBreakpointAtIndex()
835 return BreakpointSP(); in GetBreakpointAtIndex()
838 return BreakpointSP(); in GetBreakpointAtIndex()
843 BreakpointSP FindBreakpointByID(lldb::break_id_t desired_id) { in FindBreakpointByID()
846 return BreakpointSP(); in FindBreakpointByID()
852 return BreakpointSP(); in FindBreakpointByID()
855 bool Append(BreakpointSP bkpt) { in Append()
865 bool AppendIfUnique(BreakpointSP bkpt) { in AppendIfUnique()
928 BreakpointSP bkpt_sp = m_opaque_sp->GetBreakpointAtIndex(idx); in GetBreakpointAtIndex()
938 BreakpointSP bkpt_sp = m_opaque_sp->FindBreakpointByID(id); in FindBreakpointByID()
993 LLDB_REGISTER_CONSTRUCTOR(SBBreakpoint, (const lldb::BreakpointSP &)); in RegisterMethods()