Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp412 if (target->DisableWatchpointByID(wp_ids[i])) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h802 bool DisableWatchpointByID(lldb::watch_id_t watch_id);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1302 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID() function in Target
1348 if (DisableWatchpointByID(watch_id)) { in RemoveWatchpointByID()