Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp342 if (target->EnableWatchpointByID(wp_ids[i])) in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h769 bool EnableWatchpointByID(lldb::watch_id_t watch_id);
/external/llvm-project/lldb/source/Target/
DTarget.cpp1297 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID() function in Target