Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointList.cpp25 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() function in BreakpointList
28 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::iterator
114 BreakpointList::bp_collection::const_iterator
150 void BreakpointList::Dump(Stream *s) const { in Dump()
183 void BreakpointList::ClearAllBreakpointSites() { in ClearAllBreakpointSites()
189 void BreakpointList::ResetHitCounts() { in ResetHitCounts()
[all …]
H A DCMakeLists.txt5 BreakpointList.cpp
H A DBreakpointIDList.cpp249 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges()
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h25 class BreakpointList {
27 BreakpointList(bool is_internal);
29 ~BreakpointList();
174 BreakpointList(const BreakpointList &) = delete;
175 const BreakpointList &operator=(const BreakpointList &) = delete;
/openbsd/gnu/usr.bin/clang/liblldbBreakpoint/
H A DMakefile12 BreakpointList.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn18 "BreakpointList.cpp",
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp340 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
512 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
592 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute()
H A DCommandObjectBreakpoint.cpp917 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()
H A DCommandObjectProcess.cpp613 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute()
743 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute()
H A DCommandCompletions.cpp624 const BreakpointList &breakpoints = target->GetBreakpointList(); in Breakpoints()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h626 BreakpointList &GetBreakpointList(bool internal = false);
628 const BreakpointList &GetBreakpointList(bool internal = false) const;
1512 BreakpointList m_breakpoint_list;
1513 BreakpointList m_internal_breakpoint_list;
/openbsd/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp131 BreakpointList &breakpoints = target.GetBreakpointList(i == 1); in ToJSON()
H A DTarget.cpp310 BreakpointList &Target::GetBreakpointList(bool internal) { in GetBreakpointList()
317 const BreakpointList &Target::GetBreakpointList(bool internal) const { in GetBreakpointList()
1063 const BreakpointList &breakpoints = GetBreakpointList(); in SerializeBreakpointsToFile()
/openbsd/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp93 static void dumpState(const BreakpointList &List, LinePrinter &P);
362 void opts::breakpoint::dumpState(const BreakpointList &List, LinePrinter &P) { in dumpState()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h34 class BreakpointList; variable
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5432 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()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1240 const BreakpointList &list = target.GetBreakpointList(); in CaptureDebugHintScriptGroup2()
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3654 lldb/include/lldb/Breakpoint/BreakpointList.h
3928 lldb/source/Breakpoint/BreakpointList.cpp