Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp100 if (bp_sp->AllowDelete()) in RemoveAllowed()
107 [&](const BreakpointSP &bp) { return bp->AllowDelete(); });
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h579 bool AllowDelete() const { in AllowDelete() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1468 if (!breakpoint_sp->IsEnabled() && breakpoint_sp->AllowDelete()) { in DoExecute()