| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 63 void SetIgnoreCount(uint32_t n);
|
| H A D | SBBreakpointName.h | 56 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-14.2/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-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 346 void BreakpointLocation::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in BreakpointLocation 347 GetLocationOptions().SetIgnoreCount(n); in SetIgnoreCount() 355 m_options_up->SetIgnoreCount(loc_ignore - 1); in DecrementIgnoreCount()
|
| H A D | Breakpoint.cpp | 304 void Breakpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in Breakpoint 308 m_options.SetIgnoreCount(n); in SetIgnoreCount() 315 m_options.SetIgnoreCount(ignore - 1); in DecrementIgnoreCount()
|
| H A D | Watchpoint.cpp | 426 void Watchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in Watchpoint
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 103 void SetIgnoreCount(uint32_t n);
|
| H A D | Watchpoint.h | 81 void SetIgnoreCount(uint32_t n);
|
| H A D | BreakpointOptions.h | 299 void SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function
|
| H A D | Breakpoint.h | 321 void SetIgnoreCount(uint32_t count);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 527 bp_ref.SetIgnoreCount(m_options.m_ignore); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 100 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1345 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints() 1415 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 7376 (arg1)->SetIgnoreCount(arg2); in _wrap_SBBreakpoint_SetIgnoreCount() 9146 (arg1)->SetIgnoreCount(arg2); in _wrap_SBBreakpointLocation_SetIgnoreCount() 10223 (arg1)->SetIgnoreCount(arg2); in _wrap_SBBreakpointName_SetIgnoreCount() 77104 (arg1)->SetIgnoreCount(arg2); in _wrap_SBWatchpoint_SetIgnoreCount()
|