| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 178 void SBWatchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in SBWatchpoint 183 watchpoint_sp->SetIgnoreCount(n); in SetIgnoreCount()
|
| H A D | SBBreakpointLocation.cpp | 124 void SBBreakpointLocation::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in SBBreakpointLocation 129 loc_sp->SetIgnoreCount(n); in SetIgnoreCount()
|
| H A D | SBBreakpointName.cpp | 254 void SBBreakpointName::SetIgnoreCount(uint32_t count) { in SetIgnoreCount() function in SBBreakpointName 265 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
|
| H A D | SBBreakpoint.cpp | 220 void SBBreakpoint::SetIgnoreCount(uint32_t count) { in SetIgnoreCount() function in SBBreakpoint 229 bkpt_sp->SetIgnoreCount(count); in SetIgnoreCount()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 50 void SetIgnoreCount(uint32_t n);
|
| H A D | SBBreakpointLocation.h | 45 void SetIgnoreCount(uint32_t n);
|
| H A D | SBBreakpointName.h | 55 void SetIgnoreCount(uint32_t count);
|
| H A D | SBBreakpoint.h | 64 void SetIgnoreCount(uint32_t count);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 342 void BreakpointLocation::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in BreakpointLocation 343 GetLocationOptions()->SetIgnoreCount(n); in SetIgnoreCount() 351 m_options_ap->SetIgnoreCount(loc_ignore - 1); in DecrementIgnoreCount()
|
| H A D | Breakpoint.cpp | 308 void Breakpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in Breakpoint 312 m_options_up->SetIgnoreCount(n); in SetIgnoreCount() 319 m_options_up->SetIgnoreCount(ignore - 1); in DecrementIgnoreCount()
|
| H A D | Watchpoint.cpp | 263 void Watchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in Watchpoint
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 125 void SetIgnoreCount(uint32_t n);
|
| H A D | Watchpoint.h | 83 void SetIgnoreCount(uint32_t n);
|
| H A D | BreakpointOptions.h | 346 void SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function
|
| H A D | Breakpoint.h | 378 void SetIgnoreCount(uint32_t count);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdCmdBreak.cpp | 280 m_brkPt.SetIgnoreCount(m_nBrkPtIgnoreCount); in Execute() 835 brkPt.SetIgnoreCount(m_nBrkPtCount); in Execute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 647 bp_ref.SetIgnoreCount(m_options.m_ignore); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 116 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 1299 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints() 1373 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()
|