Home
last modified time | relevance | path

Searched refs:BREAKPOINT_PROXY_TYPE_BREAKPOINT (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp190 case BREAKPOINT_PROXY_TYPE_BREAKPOINT: in _UpdateButtons()
225 == BREAKPOINT_PROXY_TYPE_BREAKPOINT) { in _UpdateButtons()
280 if (proxy->Type() == BREAKPOINT_PROXY_TYPE_BREAKPOINT) { in _HandleBreakpointAction()
H A DBreakpointListView.cpp61 return fBreakpoint != NULL ? BREAKPOINT_PROXY_TYPE_BREAKPOINT in Type()
143 case BREAKPOINT_PROXY_TYPE_BREAKPOINT: in UpdateBreakpoint()
234 if (proxy->Type() == BREAKPOINT_PROXY_TYPE_BREAKPOINT) { in GetValueAt()
H A DBreakpointListView.h21 BREAKPOINT_PROXY_TYPE_BREAKPOINT = 0, enumerator
H A DTeamWindow.cpp932 if (proxy->Type() == BREAKPOINT_PROXY_TYPE_BREAKPOINT) in BreakpointSelectionChanged()