Searched refs:BreakpointSiteList (Results 1 – 8 of 8) sorted by relevance
17 BreakpointSiteList::BreakpointSiteList() : m_mutex(), m_bp_site_list() {} in BreakpointSiteList() function in BreakpointSiteList19 BreakpointSiteList::~BreakpointSiteList() {} in ~BreakpointSiteList()24 lldb::break_id_t BreakpointSiteList::Add(const BreakpointSiteSP &bp) { in Add()37 bool BreakpointSiteList::ShouldStop(StoppointCallbackContext *context, in ShouldStop()50 lldb::break_id_t BreakpointSiteList::FindIDByAddress(lldb::addr_t addr) { in FindIDByAddress()63 bool BreakpointSiteList::Remove(lldb::break_id_t break_id) { in Remove()73 bool BreakpointSiteList::RemoveByAddress(lldb::addr_t address) { in RemoveByAddress()95 BreakpointSiteList::collection::iterator96 BreakpointSiteList::GetIDIterator(lldb::break_id_t break_id) { in GetIDIterator()103 BreakpointSiteList::collection::const_iterator[all …]
19 BreakpointSiteList.cpp
21 BreakpointSite::BreakpointSite(BreakpointSiteList *list, in BreakpointSite()
23 class BreakpointSiteList {31 BreakpointSiteList();34 ~BreakpointSiteList();128 BreakpointSiteList &bp_site_list) const;
229 BreakpointSite(BreakpointSiteList *list,
2046 BreakpointSiteList &GetBreakpointSiteList();2048 const BreakpointSiteList &GetBreakpointSiteList() const;2793 BreakpointSiteList m_breakpoint_site_list; ///< This is the list of breakpoint
44 class BreakpointSiteList; variable
1670 BreakpointSiteList &Process::GetBreakpointSiteList() { in GetBreakpointSiteList()1674 const BreakpointSiteList &Process::GetBreakpointSiteList() const { in GetBreakpointSiteList()1826 BreakpointSiteList bp_sites_in_range; in RemoveBreakpointOpcodesFromBuffer()2287 BreakpointSiteList bp_sites_in_range; in WriteMemory()