Home
last modified time | relevance | path

Searched refs:AllowDelete (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointList.cpp98 if (bp_sp->AllowDelete()) in RemoveAllowed()
106 [&](const BreakpointSP &bp) { return bp->AllowDelete(); }), in RemoveAllowed()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h570 bool AllowDelete() const { in AllowDelete() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1516 if (!breakpoint_sp->IsEnabled() && breakpoint_sp->AllowDelete()) { in DoExecute()