Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp410 if (target->DisableWatchpointByID(wp_ids[i])) in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h826 bool DisableWatchpointByID(lldb::watch_id_t watch_id);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1351 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID() function in Target
1397 if (DisableWatchpointByID(watch_id)) { in RemoveWatchpointByID()