Home
last modified time | relevance | path

Searched defs:hw_index (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DDNBArch.h91 virtual bool DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint()
95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint()
H A DDNBBreakpoint.h91 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
H A DRegisterContextDarwin_arm.cpp1602 ClearHardwareBreakpoint(uint32_t hw_index) ClearHardwareBreakpoint() argument
1722 ClearHardwareWatchpoint(uint32_t hw_index) ClearHardwareWatchpoint() argument
[all...]
H A DRegisterContextDarwin_arm64.cpp1018 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp270 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 DDNBArchImplX86_64.cpp657 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 DDNBArchImplARM64.cpp545 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 DRegisterContext.cpp298 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp491 uint32_t hw_index = INVALID_NUB_HW_INDEX; in DoHardwareBreakpointAction() local