Searched refs:wp_id (Results 1 – 1 of 1) sorted by relevance
1266 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() argument1267 LLDB_INSTRUMENT_VA(this, wp_id); in DeleteWatchpoint()1274 result = target_sp->RemoveWatchpointByID(wp_id); in DeleteWatchpoint()1280 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() argument1281 LLDB_INSTRUMENT_VA(this, wp_id); in FindWatchpointByID()1286 target_sp && wp_id != LLDB_INVALID_WATCH_ID) { in FindWatchpointByID()1290 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()