Home
last modified time | relevance | path

Searched refs:BreakpointList (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointList.cpp24 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() function in BreakpointList
28 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::iterator
116 BreakpointList::bp_collection::const_iterator
150 void BreakpointList::Dump(Stream *s) const { in Dump()
183 void BreakpointList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()
[all …]
H A DBreakpointIDList.cpp258 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h30 class BreakpointList {
32 BreakpointList(bool is_internal);
34 ~BreakpointList();
86 bool FindBreakpointsByName(const char *name, BreakpointList &matching_bps);
198 DISALLOW_COPY_AND_ASSIGN(BreakpointList);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp375 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()
557 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()
649 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()
H A DCommandObjectBreakpoint.cpp1083 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h558 BreakpointList &GetBreakpointList(bool internal = false);
560 const BreakpointList &GetBreakpointList(bool internal = false) const;
1279 BreakpointList m_breakpoint_list;
1280 BreakpointList m_internal_breakpoint_list;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h37 class BreakpointList; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp282 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()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile84 SRCS+= Breakpoint/BreakpointList.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4015 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()
4111 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1170 BreakpointList bkpt_list(false); in FindBreakpointsByName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1280 const BreakpointList &list = target.GetBreakpointList(); in CaptureDebugHintScriptGroup2()