Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp604 target->IgnoreAllWatchpoints(m_options.m_ignore_count); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h835 bool IgnoreAllWatchpoints(uint32_t ignore_count);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1335 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints() function in Target