/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBArch.h | 91 virtual bool DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() 95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint()
|
H A D | DNBBreakpoint.h | 91 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex()
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextThreadMemory.cpp | 180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
|
H A D | RegisterContextDarwin_arm.cpp | 1602 ClearHardwareBreakpoint(uint32_t hw_index) ClearHardwareBreakpoint() argument 1722 ClearHardwareWatchpoint(uint32_t hw_index) ClearHardwareWatchpoint() argument [all...] |
H A D | RegisterContextDarwin_arm64.cpp | 1018 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
|
/llvm-project/lldb/source/Host/common/ |
H A D | NativeRegisterContext.cpp | 270 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument 274 Status NativeRegisterContext::ClearWatchpointHit(uint32_t hw_index) { in ClearWatchpointHit() argument
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ |
H A D | DNBArchImplX86_64.cpp | 657 uint32_t hw_index = GetHardwareWatchpointHit(addr); NotifyException() local 711 SetWatchpoint(DBG & debug_state,uint32_t hw_index,nub_addr_t addr,nub_size_t size,bool read,bool write) SetWatchpoint() argument 760 ClearWatchpoint(DBG & debug_state,uint32_t hw_index) ClearWatchpoint() argument 783 IsWatchpointVacant(const DBG & debug_state,uint32_t hw_index) IsWatchpointVacant() argument 804 IsWatchpointHit(const DBG & debug_state,uint32_t hw_index) IsWatchpointHit() argument 817 GetWatchAddress(const DBG & debug_state,uint32_t hw_index) GetWatchAddress() argument 863 SetHardwareBreakpoint(DBG & debug_state,uint32_t hw_index,nub_addr_t addr,nub_size_t size) SetHardwareBreakpoint() argument 979 DisableHardwareBreakpoint(uint32_t hw_index,bool also_set_on_task) DisableHardwareBreakpoint() argument 1069 DisableHardwareWatchpoint(uint32_t hw_index,bool also_set_on_task) DisableHardwareWatchpoint() argument [all...] |
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.cpp | 545 uint32_t hw_index = GetHardwareWatchpointHit(addr); NotifyException() local 1134 ReenableHardwareWatchpoint(uint32_t hw_index) ReenableHardwareWatchpoint() argument 1146 ReenableHardwareWatchpoint_helper(uint32_t hw_index) ReenableHardwareWatchpoint_helper() argument 1170 DisableHardwareWatchpoint(uint32_t hw_index,bool also_set_on_task) DisableHardwareWatchpoint() argument 1180 DisableHardwareWatchpoint_helper(uint32_t hw_index,bool also_set_on_task) DisableHardwareWatchpoint_helper() argument 1205 DisableHardwareBreakpoint(uint32_t hw_index,bool also_set_on_task) DisableHardwareBreakpoint() argument 1327 GetWatchpointAddressByIndex(uint32_t hw_index) GetWatchpointAddressByIndex() argument 1340 IsWatchpointEnabled(const DBG & debug_state,uint32_t hw_index) IsWatchpointEnabled() argument 1350 GetWatchAddress(const DBG & debug_state,uint32_t hw_index) GetWatchAddress() argument [all...] |
/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 298 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThreadList.cpp | 491 uint32_t hw_index = INVALID_NUB_HW_INDEX; in DoHardwareBreakpointAction() local
|