Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp324 if (target->EnableWatchpointByID(wp_ids[i])) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h839 bool EnableWatchpointByID(lldb::watch_id_t watch_id);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1371 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID() function in Target