Searched refs:BreakpointList (Results 1 – 18 of 18) sorted by relevance
25 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() function in BreakpointList28 BreakpointList::~BreakpointList() = default;68 void BreakpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()93 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()107 BreakpointList::bp_collection::iterator114 BreakpointList::bp_collection::const_iterator150 void BreakpointList::Dump(Stream *s) const { in Dump()183 void BreakpointList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()189 void BreakpointList::ResetHitCounts() { in ResetHitCounts()[all …]
5 BreakpointList.cpp
249 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges()
25 class BreakpointList {27 BreakpointList(bool is_internal);29 ~BreakpointList();174 BreakpointList(const BreakpointList &) = delete;175 const BreakpointList &operator=(const BreakpointList &) = delete;
12 BreakpointList.cpp \
18 "BreakpointList.cpp",
340 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()512 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()592 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()
917 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()1031 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()1177 const BreakpointList &breakpoints = in DoExecute()1310 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()1459 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()1822 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()1906 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()1992 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
613 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute()743 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute()
624 const BreakpointList &breakpoints = target->GetBreakpointList(); in Breakpoints()
626 BreakpointList &GetBreakpointList(bool internal = false);628 const BreakpointList &GetBreakpointList(bool internal = false) const;1512 BreakpointList m_breakpoint_list;1513 BreakpointList m_internal_breakpoint_list;
131 BreakpointList &breakpoints = target.GetBreakpointList(i == 1); in ToJSON()
310 BreakpointList &Target::GetBreakpointList(bool internal) { in GetBreakpointList()317 const BreakpointList &Target::GetBreakpointList(bool internal) const { in GetBreakpointList()1063 const BreakpointList &breakpoints = GetBreakpointList(); in SerializeBreakpointsToFile()
93 static void dumpState(const BreakpointList &List, LinePrinter &P);362 void opts::breakpoint::dumpState(const BreakpointList &List, LinePrinter &P) { in dumpState()
34 class BreakpointList; variable
5432 BreakpointList &breakpoints = target->GetBreakpointList(false); in GetBreakpoint()5491 BreakpointList &breakpoints = target->GetBreakpointList(false); in TreeDelegateGenerateChildren()6971 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()7083 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()7446 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()7490 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
1240 const BreakpointList &list = target.GetBreakpointList(); in CaptureDebugHintScriptGroup2()
3654 lldb/include/lldb/Breakpoint/BreakpointList.h3928 lldb/source/Breakpoint/BreakpointList.cpp