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