Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectWatchpoint.cpp652 if (target->IgnoreWatchpointByID(wp_ids[i], m_options.m_ignore_count)) in DoExecute()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DTarget.h808 bool IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count);
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp1356 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID() function in Target