HomeSort by relevance Sort by last modified time
    Searched defs:SetIgnoreCount (Results 1 - 7 of 7) sorted by null

  /external/lldb/include/lldb/Breakpoint/
BreakpointOptions.h 239 SetIgnoreCount (uint32_t n)
  /external/lldb/source/API/
SBBreakpointLocation.cpp 132 SBBreakpointLocation::SetIgnoreCount (uint32_t n)
137 m_opaque_sp->SetIgnoreCount (n);
SBWatchpoint.cpp 207 SBWatchpoint::SetIgnoreCount (uint32_t n)
213 watchpoint_sp->SetIgnoreCount (n);
SBBreakpoint.cpp 285 SBBreakpoint::SetIgnoreCount (uint32_t count)
290 log->Printf ("SBBreakpoint(%p)::SetIgnoreCount (count=%u)", m_opaque_sp.get(), count);
295 m_opaque_sp->SetIgnoreCount (count);
  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 368 BreakpointLocation::SetIgnoreCount (uint32_t n)
370 GetLocationOptions()->SetIgnoreCount(n);
381 m_options_ap->SetIgnoreCount(loc_ignore - 1);
Watchpoint.cpp 349 Watchpoint::SetIgnoreCount (uint32_t n)
Breakpoint.cpp 147 Breakpoint::SetIgnoreCount (uint32_t n)
152 m_options.SetIgnoreCount(n);
161 m_options.SetIgnoreCount(ignore - 1);

Completed in 246 milliseconds