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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.h35 Watchpoint* GetWatchpoint() const { return fWatchpoint; } function in class:BreakpointProxy
H A DBreakpointListView.cpp158 Watchpoint* watchpoint = oldProxy->GetWatchpoint();
160 if (watchpoint == proxy->GetWatchpoint())
239 return _GetWatchpointValueAt(proxy->GetWatchpoint(), rowIndex,
H A DBreakpointsView.cpp205 Watchpoint* watchpoint = proxy->GetWatchpoint();
290 Watchpoint* watchpoint = proxy->GetWatchpoint();
H A DTeamWindow.cpp1098 BReference<Watchpoint> watchpointReference(event.GetWatchpoint());
1099 if (message.AddPointer("watchpoint", event.GetWatchpoint()) == B_OK
/haiku/headers/private/debugger/model/
H A DTeam.h478 Watchpoint* GetWatchpoint() const { return fWatchpoint; } function in class:Team::WatchpointEvent

Completed in 208 milliseconds