Home
last modified time | relevance | path

Searched refs:RemoveWatchpointByID (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp534 if (target->RemoveWatchpointByID(wp_ids[i])) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h806 bool RemoveWatchpointByID(lldb::watch_id_t watch_id);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1299 result = target_sp->RemoveWatchpointByID(wp_id); in DeleteWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1340 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID() function in Target