Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DTarget.h638 RemoveWatchpointByID (lldb::watch_id_t watch_id);
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp585 if (target->RemoveWatchpointByID(wp_ids[i])) in DoExecute()
/external/lldb/source/API/
DSBTarget.cpp1758 result = target_sp->RemoveWatchpointByID (wp_id); in DeleteWatchpoint()
/external/lldb/source/Target/
DTarget.cpp947 Target::RemoveWatchpointByID (lldb::watch_id_t watch_id) in RemoveWatchpointByID() function in Target