Searched refs:BreakpointList (Results 1 – 12 of 12) sorted by relevance
24 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() function in BreakpointList28 BreakpointList::~BreakpointList() {} in ~BreakpointList()68 void BreakpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()74 void BreakpointList::SetEnabledAllowed(bool enabled) { in SetEnabledAllowed()81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()93 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()109 BreakpointList::bp_collection::iterator116 BreakpointList::bp_collection::const_iterator150 void BreakpointList::Dump(Stream *s) const { in Dump()183 void BreakpointList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()[all …]
258 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges()
30 class BreakpointList {32 BreakpointList(bool is_internal);34 ~BreakpointList();86 bool FindBreakpointsByName(const char *name, BreakpointList &matching_bps);198 DISALLOW_COPY_AND_ASSIGN(BreakpointList);
375 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()557 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()649 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()
1083 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()1198 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()1367 const BreakpointList &breakpoints = in DoExecute()1518 BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()1669 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()2037 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()2122 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()2222 BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()
558 BreakpointList &GetBreakpointList(bool internal = false);560 const BreakpointList &GetBreakpointList(bool internal = false) const;1279 BreakpointList m_breakpoint_list;1280 BreakpointList m_internal_breakpoint_list;
37 class BreakpointList; variable
282 BreakpointList &Target::GetBreakpointList(bool internal) { in GetBreakpointList()289 const BreakpointList &Target::GetBreakpointList(bool internal) const { in GetBreakpointList()753 BreakpointList bkpts_with_name(false); in ApplyNameToBreakpoints()1048 const BreakpointList &breakpoints = GetBreakpointList(); in SerializeBreakpointsToFile()
84 SRCS+= Breakpoint/BreakpointList.cpp
4015 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()4111 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()
1170 BreakpointList bkpt_list(false); in FindBreakpointsByName()
1280 const BreakpointList &list = target.GetBreakpointList(); in CaptureDebugHintScriptGroup2()