Home
last modified time | relevance | path

Searched refs:BreakpointSiteList (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointSiteList.cpp17 BreakpointSiteList::BreakpointSiteList() : m_mutex(), m_bp_site_list() {} in BreakpointSiteList() function in BreakpointSiteList
19 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::iterator
96 BreakpointSiteList::GetIDIterator(lldb::break_id_t break_id) { in GetIDIterator()
103 BreakpointSiteList::collection::const_iterator
[all …]
DCMakeLists.txt19 BreakpointSiteList.cpp
DBreakpointSite.cpp21 BreakpointSite::BreakpointSite(BreakpointSiteList *list, in BreakpointSite()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h23 class BreakpointSiteList {
31 BreakpointSiteList();
34 ~BreakpointSiteList();
128 BreakpointSiteList &bp_site_list) const;
DBreakpointSite.h229 BreakpointSite(BreakpointSiteList *list,
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2046 BreakpointSiteList &GetBreakpointSiteList();
2048 const BreakpointSiteList &GetBreakpointSiteList() const;
2793 BreakpointSiteList m_breakpoint_site_list; ///< This is the list of breakpoint
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h44 class BreakpointSiteList; variable
/external/llvm-project/lldb/source/Target/
DProcess.cpp1670 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()