Searched refs:GetIgnoreCount (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h50 GetIgnoreCount ();
H A DSBWatchpoint.h61 GetIgnoreCount ();
H A DSBBreakpoint.h86 GetIgnoreCount () const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h250 GetIgnoreCount () const function in class:lldb_private::BreakpointOptions
H A DBreakpointLocation.h124 GetIgnoreCount ();
H A DBreakpoint.h365 GetIgnoreCount () const;
H A DWatchpoint.h99 uint32_t GetIgnoreCount () const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp161 if (m_options.GetIgnoreCount() == n)
171 uint32_t ignore = m_options.GetIgnoreCount();
177 Breakpoint::GetIgnoreCount () const function in class:Breakpoint
179 return m_options.GetIgnoreCount();
185 uint32_t ignore = GetIgnoreCount();
H A DBreakpointLocation.cpp374 BreakpointLocation::GetIgnoreCount () function in class:BreakpointLocation
376 return GetOptionsNoCreate()->GetIgnoreCount();
391 uint32_t loc_ignore = m_options_ap->GetIgnoreCount();
402 uint32_t loc_ignore = m_options_ap->GetIgnoreCount();
697 GetOptionsNoCreate()->GetIgnoreCount());
H A DWatchpoint.cpp193 if (GetHitCount() <= GetIgnoreCount())
268 GetIgnoreCount());
343 Watchpoint::GetIgnoreCount () const function in class:Watchpoint
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp120 SBBreakpointLocation::GetIgnoreCount () function in class:SBBreakpointLocation
125 return m_opaque_sp->GetIgnoreCount();
H A DSBWatchpoint.cpp194 SBWatchpoint::GetIgnoreCount () function in class:SBWatchpoint
200 return watchpoint_sp->GetIgnoreCount();
H A DSBBreakpoint.cpp339 SBBreakpoint::GetIgnoreCount () const function in class:SBBreakpoint
345 count = m_opaque_sp->GetIgnoreCount();
350 log->Printf ("SBBreakpoint(%p)::GetIgnoreCount () => %u", m_opaque_sp.get(), count);

Completed in 118 milliseconds