Home
last modified time | relevance | path

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; } in IsInstalled()
33 { return fEnabled && !fInstalled; } in ShouldBeInstalled()
48 bool fInstalled; variable
H A DBreakpoint.h28 bool IsInstalled() const { return fInstalled; } in IsInstalled()
64 bool fInstalled; variable
/haiku/src/kits/debugger/model/
H A DWatchpoint.cpp14 fInstalled(false), in Watchpoint()
28 fInstalled = installed; in SetInstalled()
H A DBreakpoint.cpp24 fInstalled(false) in Breakpoint()
37 fInstalled = installed; in SetInstalled()