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

/haiku/src/system/kernel/debug/
H A DBreakpointManager.h138 InstalledWatchpointList fWatchpoints; member in struct:BreakpointManager
H A DBreakpointManager.cpp66 while (InstalledWatchpoint* watchpoint = fWatchpoints.RemoveHead())
197 fWatchpoints.Add(watchpointDeleter.Detach());
213 fWatchpoints.Remove(watchpoint);
240 while (InstalledWatchpoint* watchpoint = fWatchpoints.RemoveHead()) {
588 for (InstalledWatchpointList::ConstIterator it = fWatchpoints.GetIterator();
/haiku/src/kits/debugger/model/
H A DTeam.cpp99 for (int32 i = 0; Watchpoint* watchpoint = fWatchpoints.ItemAt(i); i++)
513 if (fWatchpoints.BinaryInsert(watchpoint, &Watchpoint::CompareWatchpoints))
524 int32 index = fWatchpoints.BinarySearchIndex(*watchpoint,
529 fWatchpoints.RemoveItemAt(index);
537 return fWatchpoints.CountItems();
544 return fWatchpoints.ItemAt(index);
551 return fWatchpoints.BinarySearchByKey(address,
560 int32 index = fWatchpoints.FindBinaryInsertionIndex(
562 for (; Watchpoint* watchpoint = fWatchpoints.ItemAt(index); index++) {
/haiku/headers/private/debugger/model/
H A DTeam.h209 { return fWatchpoints; }
310 WatchpointList fWatchpoints; member in class:Team

Completed in 58 milliseconds