Searched refs:GetHardwareIndex (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/lldb/bindings/interface/ |
D | SBWatchpoint.i | 46 With -1 representing an invalid hardware index.") GetHardwareIndex; 48 GetHardwareIndex ();
|
/external/llvm-project/lldb/source/API/ |
D | SBWatchpoint.cpp | 98 int32_t SBWatchpoint::GetHardwareIndex() { in GetHardwareIndex() function in SBWatchpoint 99 LLDB_RECORD_METHOD_NO_ARGS(int32_t, SBWatchpoint, GetHardwareIndex); in GetHardwareIndex() 107 hw_index = watchpoint_sp->GetHardwareIndex(); in GetHardwareIndex() 325 LLDB_REGISTER_METHOD(int32_t, SBWatchpoint, GetHardwareIndex, ()); in RegisterMethods()
|
/external/llvm-project/lldb/test/API/python_api/watchpoint/ |
D | TestWatchpointIter.py | 100 self.assertTrue(watchpoint.GetHardwareIndex() != -1) 108 self.assertTrue(watchpoint.GetHardwareIndex() == -1)
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_watchpoint.py | 11 obj.GetHardwareIndex()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBBreakpoint.cpp | 35 IsHardware() ? "hardware" : "software", GetHardwareIndex()); in Dump() 42 m_watch_write ? "w" : "", GetHardwareIndex()); in Dump()
|
D | DNBBreakpoint.h | 90 uint32_t GetHardwareIndex() const { return m_hw_index; } in GetHardwareIndex() function
|
D | ChangeLog | 727 (DNBBreakpoint::GetHardwareIndex()): New accessor.
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBWatchpoint.h | 41 int32_t GetHardwareIndex();
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | StoppointSite.h | 41 uint32_t GetHardwareIndex() const { return m_hardware_index; } in GetHardwareIndex() function
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointSite.cpp | 81 GetHardwareIndex(), GetHitCount()); in Dump()
|
D | Watchpoint.cpp | 215 GetHardwareIndex(), GetHitCount(), GetIgnoreCount()); in DumpWithLevel()
|
D | BreakpointLocation.cpp | 629 m_bp_site_sp->GetHardwareIndex() : LLDB_INVALID_INDEX32; in Dump()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | FreeBSDThread.cpp | 392 uint32_t wp_hw_index = wp->GetHardwareIndex(); in EnableHardwareWatchpoint() 406 result = reg_ctx_sp->ClearHardwareWatchpoint(wp->GetHardwareIndex()); in DisableHardwareWatchpoint()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThread.cpp | 564 return m_arch_up->DisableHardwareBreakpoint(bp->GetHardwareIndex(), in DisableHardwareBreakpoint() 573 return m_arch_up->DisableHardwareWatchpoint(wp->GetHardwareIndex(), in DisableHardwareWatchpoint()
|
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 717 uint32_t watch_index = wp->GetHardwareIndex(); in PerformAction()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 2287 wp_index = wp_sp->GetHardwareIndex(); in SetThreadStopInfo()
|