Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp635 target->IgnoreAllWatchpoints(m_options.m_ignore_count); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h795 bool IgnoreAllWatchpoints(uint32_t ignore_count);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1275 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints() function in Target