Home
last modified time | relevance | path

Searched refs:SetIgnoreCount (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBWatchpoint.cpp178 void SBWatchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in SBWatchpoint
183 watchpoint_sp->SetIgnoreCount(n); in SetIgnoreCount()
H A DSBBreakpointLocation.cpp124 void SBBreakpointLocation::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in SBBreakpointLocation
129 loc_sp->SetIgnoreCount(n); in SetIgnoreCount()
H A DSBBreakpointName.cpp254 void SBBreakpointName::SetIgnoreCount(uint32_t count) { in SetIgnoreCount() function in SBBreakpointName
265 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
H A DSBBreakpoint.cpp220 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 DSBWatchpoint.h50 void SetIgnoreCount(uint32_t n);
H A DSBBreakpointLocation.h45 void SetIgnoreCount(uint32_t n);
H A DSBBreakpointName.h55 void SetIgnoreCount(uint32_t count);
H A DSBBreakpoint.h64 void SetIgnoreCount(uint32_t count);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp342 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 DBreakpoint.cpp308 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 DWatchpoint.cpp263 void Watchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function in Watchpoint
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h125 void SetIgnoreCount(uint32_t n);
H A DWatchpoint.h83 void SetIgnoreCount(uint32_t n);
H A DBreakpointOptions.h346 void SetIgnoreCount(uint32_t n) { in SetIgnoreCount() function
H A DBreakpoint.h378 void SetIgnoreCount(uint32_t count);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdBreak.cpp280 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 DCommandObjectProcess.cpp647 bp_ref.SetIgnoreCount(m_options.m_ignore); in DoExecute()
H A DCommandObjectBreakpoint.cpp116 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1299 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints()
1373 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()