UninstallWatchpoint
fWatchpointManager->UninstallWatchpoint(watchpoint);
error = fDebuggerInterface->UninstallWatchpoint(watchpoint->Address());
status_t error = fDebuggerInterface->UninstallWatchpoint(
void UninstallWatchpoint(Watchpoint* watchpoint);
virtual status_t UninstallWatchpoint(target_addr_t address) = 0;
virtual status_t UninstallWatchpoint(target_addr_t address);
virtual status_t UninstallWatchpoint(target_addr_t address);
status_t UninstallWatchpoint(void* address);
result = breakpointManager->UninstallWatchpoint(address);