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

/haiku/headers/private/debugger/model/
H A DWatchpoint.h25 bool IsInstalled() const { return fInstalled; }
33 { return fEnabled && !fInstalled; }
48 bool fInstalled; member in class:Watchpoint
H A DBreakpoint.h28 bool IsInstalled() const { return fInstalled; }
64 bool fInstalled; member in class:Breakpoint
/haiku/src/kits/debugger/model/
H A DWatchpoint.cpp14 fInstalled(false),
28 fInstalled = installed;
H A DBreakpoint.cpp24 fInstalled(false)
37 fInstalled = installed;

Completed in 48 milliseconds