Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp510 if (target->RemoveWatchpointByID(wp_ids[i])) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h841 bool RemoveWatchpointByID(lldb::watch_id_t watch_id);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1308 result = target_sp->RemoveWatchpointByID(wp_id); in DeleteWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1390 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID() function in Target