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