Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp334 if (target->EnableWatchpointByID(wp_ids[i])) in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h739 bool EnableWatchpointByID(lldb::watch_id_t watch_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp1289 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID() function in Target