Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp412 if (target->DisableWatchpointByID(wp_ids[i])) in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h797 bool DisableWatchpointByID(lldb::watch_id_t watch_id);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1292 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID() function in Target
1338 if (DisableWatchpointByID(watch_id)) { in RemoveWatchpointByID()