Symbol: BreakpointProxy
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
116
bool UpdateBreakpoint(BreakpointProxy* proxy)
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
120
BreakpointProxy* proxy = fBreakpointProxies.ItemAt(i);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
140
while (BreakpointProxy* oldProxy = fBreakpointProxies.ItemAt(index)) {
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
181
BreakpointProxy* newProxy = NULL;
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
182
BReference<BreakpointProxy> proxyReference;
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
184
newProxy = new(std::nothrow) BreakpointProxy(newBreakpoint, NULL);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
198
newProxy = new(std::nothrow) BreakpointProxy(NULL, newWatchpoint);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
230
BreakpointProxy* proxy = fBreakpointProxies.ItemAt(rowIndex);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
243
BreakpointProxy* BreakpointProxyAt(int32 index) const
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
34
BreakpointProxy::BreakpointProxy(UserBreakpoint* breakpoint,
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
392
BreakpointProxy proxy(breakpoint, NULL);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
400
BreakpointProxy proxy(NULL, watchpoint);
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
440
BreakpointProxy* proxy = fBreakpointsTableModel->BreakpointProxyAt(
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
48
BreakpointProxy::~BreakpointProxy()
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
59
BreakpointProxy::Type() const
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.h
26
class BreakpointProxy : public BReferenceable {
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.h
28
BreakpointProxy(UserBreakpoint* breakpoint,
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.h
30
~BreakpointProxy();
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.h
42
typedef BObjectList<BreakpointProxy> BreakpointProxyList;
src/apps/debugger/user_interface/gui/team_window/BreakpointsView.cpp
188
BreakpointProxy* proxy = fSelectedBreakpoints.ItemAt(i);
src/apps/debugger/user_interface/gui/team_window/BreakpointsView.cpp
262
BreakpointProxy* proxy = proxies.ItemAt(i);
src/apps/debugger/user_interface/gui/team_window/BreakpointsView.cpp
279
BreakpointProxy* proxy = fSelectedBreakpoints.ItemAt(i);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
931
BreakpointProxy* proxy = proxies.ItemAt(0);