Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
74 void BreakpointList::SetEnabledAllowed(bool enabled) { in SetEnabledAllowed()
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()
[all …]
H A DCMakeLists.txt5 BreakpointList.cpp
H A DBreakpointIDList.cpp249 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h25 class BreakpointList {
27 BreakpointList(bool is_internal);
29 ~BreakpointList();
171 BreakpointList(const BreakpointList &) = delete;
172 const BreakpointList &operator=(const BreakpointList &) = delete;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn18 "BreakpointList.cpp",
/llvm-project-15.0.7/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.cpp916 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
1030 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
1176 const BreakpointList &breakpoints = in DoExecute()
1309 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
1458 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
1821 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
1905 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
1991 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute()
H A DCommandObjectProcess.cpp612 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute()
742 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute()
H A DCommandCompletions.cpp624 const BreakpointList &breakpoints = target->GetBreakpointList(); in Breakpoints()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h623 BreakpointList &GetBreakpointList(bool internal = false);
625 const BreakpointList &GetBreakpointList(bool internal = false) const;
1501 BreakpointList m_breakpoint_list;
1502 BreakpointList m_internal_breakpoint_list;
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp116 BreakpointList &breakpoints = target.GetBreakpointList(i == 1); in ToJSON()
H A DTarget.cpp308 BreakpointList &Target::GetBreakpointList(bool internal) { in GetBreakpointList()
315 const BreakpointList &Target::GetBreakpointList(bool internal) const { in GetBreakpointList()
1053 const BreakpointList &breakpoints = GetBreakpointList(); in SerializeBreakpointsToFile()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp88 static void dumpState(const BreakpointList &List, LinePrinter &P);
315 void opts::breakpoint::dumpState(const BreakpointList &List, LinePrinter &P) { in dumpState()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h34 class BreakpointList; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5430 BreakpointList &breakpoints = target->GetBreakpointList(false); in GetBreakpoint()
5489 BreakpointList &breakpoints = target->GetBreakpointList(false); in TreeDelegateGenerateChildren()
6969 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()
7081 BreakpointList &bp_list = target->GetBreakpointList(); in WindowDelegateDraw()
7442 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7486 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1240 const BreakpointList &list = target.GetBreakpointList(); in CaptureDebugHintScriptGroup2()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3659 lldb/include/lldb/Breakpoint/BreakpointList.h
3933 lldb/source/Breakpoint/BreakpointList.cpp