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