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.cpp1266 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() argument
1267 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() argument
1281 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()