Home
last modified time | relevance | path

Searched refs:GetHardwareIndex (Results 1 – 15 of 15) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBWatchpoint.i44 ") GetHardwareIndex;
46 GetHardwareIndex ();
/external/lldb/test/python_api/watchpoint/
DTestWatchpointIter.py99 self.assertTrue(watchpoint.GetHardwareIndex() != -1)
107 self.assertTrue(watchpoint.GetHardwareIndex() == -1)
/external/lldb/test/python_api/default-constructor/
Dsb_watchpoint.py11 obj.GetHardwareIndex()
/external/lldb/tools/debugserver/source/
DDNBBreakpoint.cpp50 GetHardwareIndex()); in Dump()
61 GetHardwareIndex()); in Dump()
DDNBBreakpoint.h102 uint32_t GetHardwareIndex() const { return m_hw_index; } in GetHardwareIndex() function
DChangeLog727 (DNBBreakpoint::GetHardwareIndex()): New accessor.
/external/lldb/source/API/
DSBWatchpoint.cpp107 SBWatchpoint::GetHardwareIndex () in GetHardwareIndex() function in SBWatchpoint
115 hw_index = watchpoint_sp->GetHardwareIndex(); in GetHardwareIndex()
/external/lldb/include/lldb/API/
DSBWatchpoint.h43 GetHardwareIndex ();
/external/lldb/include/lldb/Breakpoint/
DStoppointLocation.h73 GetHardwareIndex () const in GetHardwareIndex() function
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp330 uint32_t wp_hw_index = wp->GetHardwareIndex(); in EnableHardwareWatchpoint()
348 result = reg_ctx_sp->ClearHardwareWatchpoint(wp->GetHardwareIndex()); in DisableHardwareWatchpoint()
/external/lldb/source/Breakpoint/
DBreakpointSite.cpp89 GetHardwareIndex(), in Dump()
DWatchpoint.cpp266 GetHardwareIndex(), in DumpWithLevel()
DBreakpointLocation.cpp659 GetHardwareIndex(), in Dump()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp651 return m_arch_ap->DisableHardwareBreakpoint(bp->GetHardwareIndex()); in DisableHardwareBreakpoint()
659 return m_arch_ap->DisableHardwareWatchpoint(wp->GetHardwareIndex(), also_set_on_task); in DisableHardwareWatchpoint()
/external/lldb/www/python_reference/
Dapi-objects.txt4263 lldb.SBWatchpoint.GetHardwareIndex lldb.SBWatchpoint-class.html#GetHardwareIndex