Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i14ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
H A DSBBreakpointLocationExtensions.i17ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
H A DSBBreakpointExtensions.i56ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp220 uint32_t ignore_count = 0; in CreateFromStructuredData() local
260 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData()
296 condition_ref.str().c_str(), enabled, ignore_count, one_shot, in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h867 bool IgnoreAllWatchpoints(uint32_t ignore_count);
875 bool IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp98 uint32_t ignore_count; in SetOptionValue() local
99 if (option_arg.getAsInteger(0, ignore_count)) in SetOptionValue()
104 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in1024 my $ignore_count = TotalProfile($profile);
1027 Unparse($ignore_count), Units(),
1029 ($ignore_count*100.0) / $total_count);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1425 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints() argument
1436 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints()
1497 uint32_t ignore_count) { in IgnoreWatchpointByID() argument
1506 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()