Searched refs:_HandleSetWatchpoint (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h214 void _HandleSetWatchpoint(target_addr_t address,
216 void _HandleSetWatchpoint(
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp766 _HandleSetWatchpoint(watchpoint, enabled);
768 _HandleSetWatchpoint(address, type, length, enabled);
2217 TeamDebugger::_HandleSetWatchpoint(target_addr_t address, uint32 type, function in class:TeamDebugger
2227 _HandleSetWatchpoint(watchpoint, enabled);
2232 TeamDebugger::_HandleSetWatchpoint(Watchpoint* watchpoint, bool enabled) function in class:TeamDebugger

Completed in 41 milliseconds