Searched defs:watchpoint (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.cpp45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, argument
88 UninstallWatchpoint(Watchpoint* watchpoint) argument
[all...]
/haiku/src/kits/debugger/model/
H A DWatchpoint.cpp56 CompareAddressWatchpoint(const target_addr_t* address, const Watchpoint* watchpoint) argument
H A DTeam.cpp511 Team::AddWatchpoint(Watchpoint* watchpoint) argument
522 Team::RemoveWatchpoint(Watchpoint* watchpoint) argument
834 NotifyWatchpointChanged(Watchpoint* watchpoint) argument
1076 WatchpointEvent(uint32 type, Team* team, Watchpoint* watchpoint) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp82 BreakpointsView::WatchpointChanged(Watchpoint* watchpoint) argument
205 Watchpoint* watchpoint = proxy->GetWatchpoint(); local
290 Watchpoint* watchpoint = proxy->GetWatchpoint(); local
[all...]
H A DBreakpointListView.cpp158 Watchpoint* watchpoint = oldProxy->GetWatchpoint(); local
291 bool _GetWatchpointValueAt(Watchpoint* watchpoint, int32 rowIndex, argument
34 BreakpointProxy(UserBreakpoint* breakpoint, Watchpoint* watchpoint) argument
398 WatchpointChanged(Watchpoint* watchpoint) argument
[all...]
H A DTeamWindow.cpp752 Watchpoint* watchpoint; local
986 TeamWindow::SetWatchpointEnabledRequested(Watchpoint* watchpoint, argument
994 TeamWindow::ClearWatchpointRequested(Watchpoint* watchpoint) argument
1942 _HandleWatchpointChanged(Watchpoint* watchpoint) argument
[all...]
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp175 InstalledWatchpoint* watchpoint = _FindWatchpoint(address); local
208 InstalledWatchpoint* watchpoint = _FindWatchpoint((addr_t)address); local
599 _InstallWatchpoint(InstalledWatchpoint* watchpoint, addr_t address, uint32 type, int32 length) argument
626 _UninstallWatchpoint(InstalledWatchpoint* watchpoint) argument
[all...]
H A Duser_debugger.cpp3014 _user_clear_debugger_breakpoint(void *address, bool watchpoint) argument
2980 _user_set_debugger_breakpoint(void *address, uint32 type, int32 length, bool watchpoint) argument
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp330 clear_breakpoint(arch_team_debug_info& info, void* address, bool watchpoint) argument
384 clear_breakpoint(void* address, bool watchpoint) argument
445 clear_kernel_breakpoint(void* address, bool watchpoint) argument
1008 bool watchpoint = true; local
[all...]
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp742 Watchpoint* watchpoint = NULL; local
1247 SetWatchpointEnabledRequested(Watchpoint* watchpoint, bool enabled) argument
1270 ClearWatchpointRequested(Watchpoint* watchpoint) argument
2220 Watchpoint* watchpoint = new(std::nothrow) Watchpoint(address, type, local
2232 _HandleSetWatchpoint(Watchpoint* watchpoint, bool enabled) argument
2251 Watchpoint* watchpoint = fTeam->WatchpointAtAddress(address); local
2263 _HandleClearWatchpoint(Watchpoint* watchpoint) argument
[all...]

Completed in 150 milliseconds