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

/haiku-fatelf/src/apps/debugger/debug_managers/
H A DWatchpointManager.cpp45 WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint, argument
88 UninstallWatchpoint(Watchpoint* watchpoint) argument
[all...]
/haiku-fatelf/src/apps/debugger/model/
H A DWatchpoint.cpp56 CompareAddressWatchpoint(const target_addr_t* address, const Watchpoint* watchpoint) argument
H A DTeam.cpp391 Team::AddWatchpoint(Watchpoint* watchpoint) argument
402 Team::RemoveWatchpoint(Watchpoint* watchpoint) argument
628 NotifyWatchpointChanged(Watchpoint* watchpoint) argument
749 WatchpointEvent(uint32 type, Team* team, Watchpoint* watchpoint) argument
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp72 BreakpointsView::SetBreakpoint(UserBreakpoint* breakpoint, Watchpoint* watchpoint) argument
107 BreakpointsView::WatchpointChanged(Watchpoint* watchpoint) argument
198 BreakpointsView::WatchpointSelectionChanged(Watchpoint* watchpoint) argument
H A DBreakpointListView.cpp230 Watchpoint* watchpoint = fWatchpoints.ItemAt(rowIndex); local
342 BreakpointListView::WatchpointChanged(Watchpoint* watchpoint) argument
386 Watchpoint* watchpoint local
306 SetBreakpoint(UserBreakpoint* breakpoint, Watchpoint* watchpoint) argument
[all...]
H A DTeamWindow.cpp410 Watchpoint* watchpoint; local
649 TeamWindow::WatchpointSelectionChanged(Watchpoint* watchpoint) argument
656 TeamWindow::SetWatchpointEnabledRequested(Watchpoint* watchpoint, argument
664 TeamWindow::ClearWatchpointRequested(Watchpoint* watchpoint) argument
1378 _HandleWatchpointChanged(Watchpoint* watchpoint) argument
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A DBreakpointManager.cpp176 InstalledWatchpoint* watchpoint = _FindWatchpoint(address); local
209 InstalledWatchpoint* watchpoint = _FindWatchpoint((addr_t)address); local
606 _InstallWatchpoint(InstalledWatchpoint* watchpoint, addr_t address, uint32 type, int32 length) argument
633 _UninstallWatchpoint(InstalledWatchpoint* watchpoint) argument
[all...]
H A Duser_debugger.cpp2971 _user_clear_debugger_breakpoint(void *address, bool watchpoint) argument
2937 _user_set_debugger_breakpoint(void *address, uint32 type, int32 length, bool watchpoint) argument
[all...]
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp273 clear_breakpoint(arch_team_debug_info& info, void* address, bool watchpoint) argument
327 clear_breakpoint(void* address, bool watchpoint) argument
388 clear_kernel_breakpoint(void* address, bool watchpoint) argument
948 bool watchpoint = true; local
[all...]
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.cpp582 Watchpoint* watchpoint = NULL; local
870 SetWatchpointEnabledRequested(Watchpoint* watchpoint, bool enabled) argument
893 ClearWatchpointRequested(Watchpoint* watchpoint) argument
1549 Watchpoint* watchpoint = new(std::nothrow) Watchpoint(address, type, local
1561 _HandleSetWatchpoint(Watchpoint* watchpoint, bool enabled) argument
1580 Watchpoint* watchpoint = fTeam->WatchpointAtAddress(address); local
1592 _HandleClearWatchpoint(Watchpoint* watchpoint) argument
[all...]

Completed in 231 milliseconds