Home
last modified time | relevance | path

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

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