Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DRegisterContextPOSIXProcessMonitor_arm.cpp194 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()
DRegisterContextPOSIXProcessMonitor_mips64.cpp193 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()
DRegisterContextPOSIXProcessMonitor_arm64.cpp203 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()
DRegisterContextPOSIXProcessMonitor_powerpc.cpp207 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()
DRegisterContextPOSIXProcessMonitor_x86.cpp411 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()
DFreeBSDThread.cpp419 uint32_t hw_index = LLDB_INVALID_INDEX32; in FindVacantWatchpointIndex() local
/external/llvm-project/lldb/tools/debugserver/source/
DDNBArch.h91 virtual bool DisableHardwareBreakpoint(uint32_t hw_index, in DisableHardwareBreakpoint()
95 virtual bool DisableHardwareWatchpoint(uint32_t hw_index, in DisableHardwareWatchpoint()
DDNBBreakpoint.h91 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp641 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/
DDNBArchImplI386.cpp701 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/
DDNBArchImplARM64.cpp495 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/
DNativeRegisterContext.cpp265 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/
DDNBArchImplX86_64.cpp657 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/
DRegisterContextThreadMemory.cpp180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
DRegisterContextDarwin_arm.cpp1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint()
1722 bool RegisterContextDarwin_arm::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
DRegisterContextDarwin_arm64.cpp1019 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp101 int32_t hw_index = -1; in GetHardwareIndex() local
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp304 bool RegisterContext::ClearHardwareWatchpoint(uint32_t hw_index) { in ClearHardwareWatchpoint()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp491 uint32_t hw_index = INVALID_NUB_HW_INDEX; in DoHardwareBreakpointAction() local