Searched refs:ignore_count (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointNameExtensions.i | 14 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
|
| H A D | SBBreakpointLocationExtensions.i | 17 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
|
| H A D | SBBreakpointExtensions.i | 56 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 220 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 D | Target.h | 867 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 D | CommandObjectBreakpoint.cpp | 98 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 D | jeprof.in | 1024 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 D | Target.cpp | 1425 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()
|