Home
last modified time | relevance | path

Searched refs:GetIgnoreCount (Results 1 – 21 of 21) sorted by relevance

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp362 BreakpointLocation::GetIgnoreCount () in GetIgnoreCount() function in BreakpointLocation
364 return GetOptionsNoCreate()->GetIgnoreCount(); in GetIgnoreCount()
379 uint32_t loc_ignore = m_options_ap->GetIgnoreCount(); in DecrementIgnoreCount()
390 uint32_t loc_ignore = m_options_ap->GetIgnoreCount(); in IgnoreCountShouldStop()
661 GetOptionsNoCreate()->GetIgnoreCount()); in Dump()
DBreakpoint.cpp149 if (m_options.GetIgnoreCount() == n) in SetIgnoreCount()
159 uint32_t ignore = m_options.GetIgnoreCount(); in DecrementIgnoreCount()
165 Breakpoint::GetIgnoreCount () const in GetIgnoreCount() function in Breakpoint
167 return m_options.GetIgnoreCount(); in GetIgnoreCount()
173 uint32_t ignore = GetIgnoreCount(); in IgnoreCountShouldStop()
DWatchpoint.cpp193 if (GetHitCount() <= GetIgnoreCount()) in ShouldStop()
268 GetIgnoreCount()); in DumpWithLevel()
343 Watchpoint::GetIgnoreCount () const in GetIgnoreCount() function in Watchpoint
/external/lldb/test/python_api/default-constructor/
Dsb_watchpoint.py17 obj.GetIgnoreCount()
Dsb_breakpoint.py19 obj.GetIgnoreCount()
/external/lldb/source/API/
DSBBreakpointLocation.cpp120 SBBreakpointLocation::GetIgnoreCount () in GetIgnoreCount() function in SBBreakpointLocation
125 return m_opaque_sp->GetIgnoreCount(); in GetIgnoreCount()
DSBWatchpoint.cpp194 SBWatchpoint::GetIgnoreCount () in GetIgnoreCount() function in SBWatchpoint
200 return watchpoint_sp->GetIgnoreCount(); in GetIgnoreCount()
DSBBreakpoint.cpp338 SBBreakpoint::GetIgnoreCount () const in GetIgnoreCount() function in SBBreakpoint
344 count = m_opaque_sp->GetIgnoreCount(); in GetIgnoreCount()
/external/lldb/scripts/Python/interface/
DSBWatchpoint.i64 GetIgnoreCount ();
DSBBreakpointLocation.i51 GetIgnoreCount ();
DSBBreakpoint.i138 GetIgnoreCount () const;
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h50 GetIgnoreCount ();
DSBWatchpoint.h61 GetIgnoreCount ();
DSBBreakpoint.h86 GetIgnoreCount () const;
/external/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h250 GetIgnoreCount () const in GetIgnoreCount() function
DBreakpointLocation.h124 GetIgnoreCount ();
DWatchpoint.h99 uint32_t GetIgnoreCount () const;
DBreakpoint.h347 GetIgnoreCount () const;
/external/lldb/test/python_api/watchpoint/
DTestWatchpointIgnoreCount.py79 self.assertTrue(watchpoint.GetIgnoreCount() == 0)
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
DTestBreakpointIgnoreCount.py125 self.assertTrue(location.GetIgnoreCount() == 2,
/external/lldb/www/python_reference/
Dapi-objects.txt2434 lldb.SBBreakpoint.GetIgnoreCount lldb.SBBreakpoint-class.html#GetIgnoreCount
2477 lldb.SBBreakpointLocation.GetIgnoreCount lldb.SBBreakpointLocation-class.html#GetIgnoreCount
4265 lldb.SBWatchpoint.GetIgnoreCount lldb.SBWatchpoint-class.html#GetIgnoreCount