| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 25 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() function in BreakpointList 28 BreakpointList::~BreakpointList() = default; 30 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add() 44 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() 62 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { in RemoveInvalidLocations() 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 [all …]
|
| H A D | CMakeLists.txt | 5 BreakpointList.cpp
|
| H A D | BreakpointIDList.cpp | 249 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointList.h | 25 class BreakpointList { 27 BreakpointList(bool is_internal); 29 ~BreakpointList(); 174 BreakpointList(const BreakpointList &) = delete; 175 const BreakpointList &operator=(const BreakpointList &) = delete;
|
| /openbsd-src/gnu/usr.bin/clang/liblldbBreakpoint/ |
| H A D | Makefile | 12 BreakpointList.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/ |
| H A D | BUILD.gn | 18 "BreakpointList.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectBreakpointCommand.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()
|
| H A D | CommandObjectBreakpoint.cpp | 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()
|
| H A D | CommandObjectProcess.cpp | 613 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute() 743 BreakpointList &bkpt_list = target->GetBreakpointList(); in DoExecute()
|
| H A D | CommandCompletions.cpp | 624 const BreakpointList &breakpoints = target->GetBreakpointList(); in Breakpoints()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 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;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Statistics.cpp | 131 BreakpointList &breakpoints = target.GetBreakpointList(i == 1); in ToJSON()
|
| H A D | Target.cpp | 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()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 93 static void dumpState(const BreakpointList &List, LinePrinter &P); 362 void opts::breakpoint::dumpState(const BreakpointList &List, LinePrinter &P) { in dumpState()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 34 class BreakpointList; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 1240 const BreakpointList &list = target.GetBreakpointList(); in CaptureDebugHintScriptGroup2()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3654 lldb/include/lldb/Breakpoint/BreakpointList.h 3928 lldb/source/Breakpoint/BreakpointList.cpp
|