Searched defs:ignore_count (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DTarget.cpp878 Target::IgnoreAllWatchpoints (uint32_t ignore_count) argument
894 wp_sp->SetIgnoreCount(ignore_count);
967 Target::IgnoreWatchpointByID (lldb::watch_id_t watch_id, uint32_t ignore_count) argument
979 wp_sp->SetIgnoreCount(ignore_count);

Completed in 41 milliseconds