| /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/include/lldb/API/ |
| H A D | SBWatchpoint.h | 63 void SetIgnoreCount(uint32_t n);
|
| H A D | SBBreakpointName.h | 52 void SetIgnoreCount(uint32_t count);
|
| H A D | SBBreakpointLocation.h | 55 void SetIgnoreCount(uint32_t n);
|
| H A D | SBBreakpoint.h | 72 void SetIgnoreCount(uint32_t count);
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 192 void SBWatchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in SBWatchpoint 199 watchpoint_sp->SetIgnoreCount(n); in SetIgnoreCount()
|
| H A D | SBBreakpointLocation.cpp | 145 void SBBreakpointLocation::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in SBBreakpointLocation 152 loc_sp->SetIgnoreCount(n); in SetIgnoreCount()
|
| H A D | SBBreakpointName.cpp | 269 void SBBreakpointName::SetIgnoreCount(uint32_t count) { in SetIgnoreCount() function in SBBreakpointName 279 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
|
| H A D | SBBreakpoint.cpp | 259 void SBBreakpoint::SetIgnoreCount(uint32_t count) { in SetIgnoreCount() function in SBBreakpoint 267 bkpt_sp->SetIgnoreCount(count); in SetIgnoreCount()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 331 void BreakpointLocation::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in BreakpointLocation 332 GetLocationOptions().SetIgnoreCount(n); in SetIgnoreCount() 340 m_options_up->SetIgnoreCount(loc_ignore - 1); in DecrementIgnoreCount()
|
| H A D | Breakpoint.cpp | 350 void Breakpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in Breakpoint 354 m_options.SetIgnoreCount(n); in SetIgnoreCount() 361 m_options.SetIgnoreCount(ignore - 1); in DecrementIgnoreCount()
|
| H A D | Watchpoint.cpp | 448 void Watchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in Watchpoint
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 105 void SetIgnoreCount(uint32_t n);
|
| H A D | Watchpoint.h | 81 void SetIgnoreCount(uint32_t n);
|
| H A D | BreakpointOptions.h | 297 void SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function
|
| H A D | Breakpoint.h | 321 void SetIgnoreCount(uint32_t count);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 523 bp_ref.SetIgnoreCount(m_options.m_ignore); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 104 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1436 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints() 1506 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 8108 (arg1)->SetIgnoreCount(arg2); in _wrap_SBBreakpoint_SetIgnoreCount() 9909 (arg1)->SetIgnoreCount(arg2); in _wrap_SBBreakpointLocation_SetIgnoreCount() 10986 (arg1)->SetIgnoreCount(arg2); in _wrap_SBBreakpointName_SetIgnoreCount() 81781 (arg1)->SetIgnoreCount(arg2); in _wrap_SBWatchpoint_SetIgnoreCount()
|