| /external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| D | RegisterContextPOSIXProcessMonitor_arm.cpp | 194 uint32_t hw_index; in SetHardwareWatchpoint() local 205 uint32_t hw_index) { in ClearHardwareWatchpoint() 234 uint32_t hw_index) { in IsWatchpointHit() 243 uint32_t hw_index) { in GetWatchpointAddress() 248 uint32_t hw_index) { in IsWatchpointVacant() 253 addr_t addr, size_t size, bool read, bool write, uint32_t hw_index) { in SetHardwareWatchpointWithIndex()
|
| D | RegisterContextPOSIXProcessMonitor_mips64.cpp | 193 uint32_t hw_index; in SetHardwareWatchpoint() local 204 uint32_t hw_index) { in ClearHardwareWatchpoint() 236 uint32_t hw_index) { in IsWatchpointHit() 245 uint32_t hw_index) { in GetWatchpointAddress() 250 uint32_t hw_index) { in IsWatchpointVacant() 255 addr_t addr, size_t size, bool read, bool write, uint32_t hw_index) { in SetHardwareWatchpointWithIndex()
|
| D | RegisterContextPOSIXProcessMonitor_arm64.cpp | 203 uint32_t hw_index; in SetHardwareWatchpoint() local 214 uint32_t hw_index) { in ClearHardwareWatchpoint() 241 uint32_t hw_index) { in IsWatchpointHit() 250 uint32_t hw_index) { in GetWatchpointAddress() 255 uint32_t hw_index) { in IsWatchpointVacant() 260 lldb::addr_t addr, size_t size, bool read, bool write, uint32_t hw_index) { in SetHardwareWatchpointWithIndex()
|
| D | RegisterContextPOSIXProcessMonitor_powerpc.cpp | 207 uint32_t hw_index; in SetHardwareWatchpoint() local 218 uint32_t hw_index) { in ClearHardwareWatchpoint() 248 uint32_t hw_index) { in IsWatchpointHit() 257 uint32_t hw_index) { in GetWatchpointAddress() 262 uint32_t hw_index) { in IsWatchpointVacant() 267 addr_t addr, size_t size, bool read, bool write, uint32_t hw_index) { in SetHardwareWatchpointWithIndex()
|
| D | RegisterContextPOSIXProcessMonitor_x86.cpp | 411 uint32_t hw_index; in SetHardwareWatchpoint() local 422 uint32_t hw_index) { in ClearHardwareWatchpoint() 484 uint32_t hw_index) { in IsWatchpointHit() 513 uint32_t hw_index) { in GetWatchpointAddress() 529 uint32_t hw_index) { in IsWatchpointVacant() 553 addr_t addr, size_t size, bool read, bool write, uint32_t hw_index) { in SetHardwareWatchpointWithIndex()
|
| D | FreeBSDThread.cpp | 419 uint32_t hw_index = LLDB_INVALID_INDEX32; in FindVacantWatchpointIndex() local
|
| /external/llvm-project/lldb/tools/debugserver/source/ |
| D | DNBArch.h | 91 virtual bool DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() 95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint()
|
| D | DNBBreakpoint.h | 91 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex()
|
| /external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
| D | DNBArchImpl.cpp | 641 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException() local 1056 bool DNBArchMachARM::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() 1261 bool DNBArchMachARM::ReenableHardwareWatchpoint(uint32_t hw_index) { in ReenableHardwareWatchpoint() 1273 bool DNBArchMachARM::ReenableHardwareWatchpoint_helper(uint32_t hw_index) { in ReenableHardwareWatchpoint_helper() 1298 bool DNBArchMachARM::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() 1308 bool DNBArchMachARM::DisableHardwareWatchpoint_helper(uint32_t hw_index, in DisableHardwareWatchpoint_helper() 1397 nub_addr_t DNBArchMachARM::GetWatchpointAddressByIndex(uint32_t hw_index) { in GetWatchpointAddressByIndex() 1410 uint32_t hw_index) { in IsWatchpointEnabled() 1420 uint32_t hw_index) { in GetWatchAddress()
|
| /external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/ |
| D | DNBArchImplI386.cpp | 701 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException() local 755 void DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, in SetWatchpoint() 805 void DNBArchImplI386::SetHardwareBreakpoint(DBG &debug_state, uint32_t hw_index, in SetHardwareBreakpoint() 920 bool DNBArchImplI386::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() 950 void DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) { in ClearWatchpoint() 973 uint32_t hw_index) { in IsWatchpointVacant() 994 uint32_t hw_index) { in IsWatchpointHit() 1007 uint32_t hw_index) { in GetWatchAddress() 1111 bool DNBArchImplI386::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint()
|
| /external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
| D | DNBArchImplARM64.cpp | 495 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException() local 961 bool DNBArchMachARM64::ReenableHardwareWatchpoint(uint32_t hw_index) { in ReenableHardwareWatchpoint() 973 bool DNBArchMachARM64::ReenableHardwareWatchpoint_helper(uint32_t hw_index) { in ReenableHardwareWatchpoint_helper() 999 bool DNBArchMachARM64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint() 1009 bool DNBArchMachARM64::DisableHardwareWatchpoint_helper(uint32_t hw_index, in DisableHardwareWatchpoint_helper() 1034 bool DNBArchMachARM64::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() 1125 nub_addr_t DNBArchMachARM64::GetWatchpointAddressByIndex(uint32_t hw_index) { in GetWatchpointAddressByIndex() 1138 uint32_t hw_index) { in IsWatchpointEnabled() 1148 uint32_t hw_index) { in GetWatchAddress()
|
| /external/llvm-project/lldb/source/Host/common/ |
| D | NativeRegisterContext.cpp | 265 bool NativeRegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint() 269 Status NativeRegisterContext::ClearWatchpointHit(uint32_t hw_index) { in ClearWatchpointHit()
|
| /external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| D | DNBArchImplX86_64.cpp | 657 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException() local 711 void DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, in SetWatchpoint() 760 void DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) { in ClearWatchpoint() 783 uint32_t hw_index) { in IsWatchpointVacant() 804 uint32_t hw_index) { in IsWatchpointHit() 817 uint32_t hw_index) { in GetWatchAddress() 863 uint32_t hw_index, in SetHardwareBreakpoint() 979 bool DNBArchImplX86_64::DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint() 1069 bool DNBArchImplX86_64::DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint()
|
| /external/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | RegisterContextThreadMemory.cpp | 180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
|
| D | RegisterContextDarwin_arm.cpp | 1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() 1722 bool RegisterContextDarwin_arm::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
|
| D | RegisterContextDarwin_arm64.cpp | 1019 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
|
| /external/llvm-project/lldb/source/API/ |
| D | SBWatchpoint.cpp | 101 int32_t hw_index = -1; in GetHardwareIndex() local
|
| /external/llvm-project/lldb/source/Target/ |
| D | RegisterContext.cpp | 304 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
|
| /external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| D | MachThreadList.cpp | 491 uint32_t hw_index = INVALID_NUB_HW_INDEX; in DoHardwareBreakpointAction() local
|