Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBWatchpoint.i46 With -1 representing an invalid hardware index.") GetHardwareIndex;
48 GetHardwareIndex ();
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/
H A DTestWatchpointIter.py97 self.assertTrue(watchpoint.GetHardwareIndex() != -1)
105 self.assertEqual(watchpoint.GetHardwareIndex(), -1)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_watchpoint.py11 obj.GetHardwareIndex()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp35 IsHardware() ? "hardware" : "software", GetHardwareIndex()); in Dump()
42 m_watch_write ? "w" : "", GetHardwareIndex()); in Dump()
H A DDNBBreakpoint.h90 uint32_t GetHardwareIndex() const { return m_hw_index; } in GetHardwareIndex() function
H A DChangeLog727 (DNBBreakpoint::GetHardwareIndex()): New accessor.
/llvm-project-15.0.7/lldb/source/API/
H A DSBWatchpoint.cpp94 int32_t SBWatchpoint::GetHardwareIndex() { in GetHardwareIndex() function in SBWatchpoint
103 hw_index = watchpoint_sp->GetHardwareIndex(); in GetHardwareIndex()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBWatchpoint.h41 int32_t GetHardwareIndex();
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h41 uint32_t GetHardwareIndex() const { return m_hardware_index; } in GetHardwareIndex() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointSite.cpp81 GetHardwareIndex(), GetHitCount()); in Dump()
H A DWatchpoint.cpp214 GetHardwareIndex(), GetHitCount(), GetIgnoreCount()); in DumpWithLevel()
H A DBreakpointLocation.cpp630 m_bp_site_sp->GetHardwareIndex() : LLDB_INVALID_INDEX32; in Dump()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp564 return m_arch_up->DisableHardwareBreakpoint(bp->GetHardwareIndex(), in DisableHardwareBreakpoint()
573 return m_arch_up->DisableHardwareWatchpoint(wp->GetHardwareIndex(), in DisableHardwareWatchpoint()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp770 uint32_t watch_index = wp->GetHardwareIndex(); in PerformAction()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2248 wp_index = wp_sp->GetHardwareIndex(); in SetThreadStopInfo()