Searched refs:RemoveWatchpointByID (Results 1 – 4 of 4) sorted by relevance
548 if (target->RemoveWatchpointByID(wp_ids[i])) in DoExecute()
771 bool RemoveWatchpointByID(lldb::watch_id_t watch_id);
1396 result = target_sp->RemoveWatchpointByID(wp_id); in DeleteWatchpoint()
1316 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID() function in Target