Searched refs:SetIgnoreCount (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h53 SetIgnoreCount (uint32_t n);
H A DSBWatchpoint.h64 SetIgnoreCount (uint32_t n);
H A DSBBreakpoint.h83 SetIgnoreCount (uint32_t count);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h239 SetIgnoreCount (uint32_t n) function in class:lldb_private::BreakpointOptions
H A DBreakpointLocation.h133 SetIgnoreCount (uint32_t n);
H A DBreakpoint.h357 SetIgnoreCount (uint32_t count);
H A DWatchpoint.h100 void SetIgnoreCount (uint32_t n);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp132 SBBreakpointLocation::SetIgnoreCount (uint32_t n) function in class:SBBreakpointLocation
137 m_opaque_sp->SetIgnoreCount (n);
H A DSBWatchpoint.cpp207 SBWatchpoint::SetIgnoreCount (uint32_t n) function in class:SBWatchpoint
213 watchpoint_sp->SetIgnoreCount (n);
H A DSBBreakpoint.cpp286 SBBreakpoint::SetIgnoreCount (uint32_t count) function in class:SBBreakpoint
291 log->Printf ("SBBreakpoint(%p)::SetIgnoreCount (count=%u)", m_opaque_sp.get(), count);
296 m_opaque_sp->SetIgnoreCount (count);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp159 Breakpoint::SetIgnoreCount (uint32_t n) function in class:Breakpoint
164 m_options.SetIgnoreCount(n);
173 m_options.SetIgnoreCount(ignore - 1);
H A DBreakpointLocation.cpp380 BreakpointLocation::SetIgnoreCount (uint32_t n) function in class:BreakpointLocation
382 GetLocationOptions()->SetIgnoreCount(n);
393 m_options_ap->SetIgnoreCount(loc_ignore - 1);
H A DWatchpoint.cpp349 Watchpoint::SetIgnoreCount (uint32_t n) function in class:Watchpoint
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp547 bp->GetOptions()->SetIgnoreCount(m_options.m_ignore_count);
968 location->SetIgnoreCount(m_options.m_ignore_count);
992 bp->SetIgnoreCount(m_options.m_ignore_count);
H A DCommandObjectProcess.cpp746 bp_ref.SetIgnoreCount(m_options.m_ignore);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp899 wp_sp->SetIgnoreCount(ignore_count);
984 wp_sp->SetIgnoreCount(ignore_count);

Completed in 370 milliseconds