Home
last modified time | relevance | path

Searched refs:wp_id (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1299 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() argument
1300 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() argument
1315 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()