Searched refs:shouldBeInstalled (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp486 bool shouldBeInstalled = breakpoint->ShouldBeInstalled(); local
490 shouldBeInstalled, breakpoint->IsInstalled());
492 if (shouldBeInstalled == breakpoint->IsInstalled())
495 if (shouldBeInstalled) {

Completed in 27 milliseconds