Searched refs:wp_id (Results 1 – 1 of 1) sorted by relevance
1299 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() argument1300 LLDB_INSTRUMENT_VA(this, wp_id); in DeleteWatchpoint()1308 result = target_sp->RemoveWatchpointByID(wp_id); in DeleteWatchpoint()1314 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() argument1315 LLDB_INSTRUMENT_VA(this, wp_id); in FindWatchpointByID()1320 if (target_sp && wp_id != LLDB_INVALID_WATCH_ID) { in FindWatchpointByID()1324 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()