Home
last modified time | relevance | path

Searched refs:ignore_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.cpp224 uint32_t ignore_count = 0; in CreateFromStructuredData() local
261 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData()
296 ignore_count, one_shot, auto_continue); in CreateFromStructuredData()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h835 bool IgnoreAllWatchpoints(uint32_t ignore_count);
843 bool IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count);
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp96 uint32_t ignore_count; in SetOptionValue() local
97 if (option_arg.getAsInteger(0, ignore_count)) in SetOptionValue()
101 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp1335 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints() argument
1346 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints()
1407 uint32_t ignore_count) { in IgnoreWatchpointByID() argument
1416 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()