Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp548 if (target->RemoveWatchpointByID(wp_ids[i])) in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h771 bool RemoveWatchpointByID(lldb::watch_id_t watch_id);
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1396 result = target_sp->RemoveWatchpointByID(wp_id); in DeleteWatchpoint()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1316 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID() function in Target