Home
last modified time | relevance | path

Searched refs:EnableWatchpointByID (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
DTarget.h635 EnableWatchpointByID (lldb::watch_id_t watch_id);
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp417 if (target->EnableWatchpointByID(wp_ids[i])) in DoExecute()
/external/lldb/source/Target/
DTarget.cpp924 Target::EnableWatchpointByID (lldb::watch_id_t watch_id) in EnableWatchpointByID() function in Target