Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp395 if (target.DisableWatchpointByID(wp_ids[i])) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h869 bool DisableWatchpointByID(lldb::watch_id_t watch_id);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1442 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID() function in Target
1488 if (DisableWatchpointByID(watch_id)) { in RemoveWatchpointByID()