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