Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp621 if (target->IgnoreWatchpointByID(wp_ids[i], m_options.m_ignore_count)) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h843 bool IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1406 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID() function in Target