Searched refs:DisableWatchpointByID (Results 1 – 3 of 3) sorted by relevance
395 if (target->DisableWatchpointByID(wp_ids[i])) in DoExecute()
837 bool DisableWatchpointByID(lldb::watch_id_t watch_id);
1352 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID() function in Target1398 if (DisableWatchpointByID(watch_id)) { in RemoveWatchpointByID()