Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h886 IgnoreWatchpointByID (lldb::watch_id_t watch_id, uint32_t ignore_count);
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp720 if (target->IgnoreWatchpointByID(wp_ids[i], m_options.m_ignore_count)) in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1044 Target::IgnoreWatchpointByID (lldb::watch_id_t watch_id, uint32_t ignore_count) in IgnoreWatchpointByID() function in Target