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