Home
last modified time | relevance | path

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

/external/lldb/test/python_api/default-constructor/
Dsb_watchpoint.py18 obj.SetIgnoreCount(5)
Dsb_breakpoint.py18 obj.SetIgnoreCount(1)
/external/lldb/scripts/Python/interface/
DSBBreakpointLocation.i54 SetIgnoreCount (uint32_t n);
DSBWatchpoint.i67 SetIgnoreCount (uint32_t n);
DSBBreakpoint.i135 SetIgnoreCount (uint32_t count);
/external/lldb/source/API/
DSBBreakpointLocation.cpp132 SBBreakpointLocation::SetIgnoreCount (uint32_t n) in SetIgnoreCount() function in SBBreakpointLocation
137 m_opaque_sp->SetIgnoreCount (n); in SetIgnoreCount()
DSBWatchpoint.cpp207 SBWatchpoint::SetIgnoreCount (uint32_t n) in SetIgnoreCount() function in SBWatchpoint
213 watchpoint_sp->SetIgnoreCount (n); in SetIgnoreCount()
DSBBreakpoint.cpp285 SBBreakpoint::SetIgnoreCount (uint32_t count) in SetIgnoreCount() function in SBBreakpoint
295 m_opaque_sp->SetIgnoreCount (count); in SetIgnoreCount()
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h53 SetIgnoreCount (uint32_t n);
DSBWatchpoint.h64 SetIgnoreCount (uint32_t n);
DSBBreakpoint.h83 SetIgnoreCount (uint32_t count);
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp368 BreakpointLocation::SetIgnoreCount (uint32_t n) in SetIgnoreCount() function in BreakpointLocation
370 GetLocationOptions()->SetIgnoreCount(n); in SetIgnoreCount()
381 m_options_ap->SetIgnoreCount(loc_ignore - 1); in DecrementIgnoreCount()
DBreakpoint.cpp147 Breakpoint::SetIgnoreCount (uint32_t n) in SetIgnoreCount() function in Breakpoint
152 m_options.SetIgnoreCount(n); in SetIgnoreCount()
161 m_options.SetIgnoreCount(ignore - 1); in DecrementIgnoreCount()
DWatchpoint.cpp349 Watchpoint::SetIgnoreCount (uint32_t n) in SetIgnoreCount() function in Watchpoint
/external/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h239 SetIgnoreCount (uint32_t n) in SetIgnoreCount() function
DBreakpointLocation.h133 SetIgnoreCount (uint32_t n);
DWatchpoint.h100 void SetIgnoreCount (uint32_t n);
DBreakpoint.h339 SetIgnoreCount (uint32_t count);
/external/lldb/test/python_api/watchpoint/
DTestWatchpointIgnoreCount.py86 watchpoint.SetIgnoreCount(2)
/external/lldb/test/functionalities/watchpoint/watchpoint_events/
DTestWatchpointEvents.py93 local_watch.SetIgnoreCount(10)
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
DTestBreakpointIgnoreCount.py124 location.SetIgnoreCount(2)
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp527 bp->GetOptions()->SetIgnoreCount(m_options.m_ignore_count); in DoExecute()
945 location->SetIgnoreCount(m_options.m_ignore_count); in DoExecute()
969 bp->SetIgnoreCount(m_options.m_ignore_count); in DoExecute()
DCommandObjectProcess.cpp830 bp_ref.SetIgnoreCount(m_options.m_ignore); in DoExecute()
/external/lldb/source/Target/
DTarget.cpp894 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints()
979 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()
/external/lldb/www/python_reference/
Dapi-objects.txt2452 lldb.SBBreakpoint.SetIgnoreCount lldb.SBBreakpoint-class.html#SetIgnoreCount
2488 lldb.SBBreakpointLocation.SetIgnoreCount lldb.SBBreakpointLocation-class.html#SetIgnoreCount
4275 lldb.SBWatchpoint.SetIgnoreCount lldb.SBWatchpoint-class.html#SetIgnoreCount