Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBWatchpoint.cpp158 watchpoint_sp->GetTarget().DisableWatchpointByID(watchpoint_sp->GetID()); in SetEnabled()
/external/lldb/include/lldb/Target/
DTarget.h632 DisableWatchpointByID (lldb::watch_id_t watch_id);
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp502 if (target->DisableWatchpointByID(wp_ids[i])) in DoExecute()
/external/lldb/source/Target/
DTarget.cpp901 Target::DisableWatchpointByID (lldb::watch_id_t watch_id) in DisableWatchpointByID() function in Target
957 if (DisableWatchpointByID (watch_id)) in RemoveWatchpointByID()