Home
last modified time | relevance | path

Searched refs:GetHardwareWatchpointHit (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBArch.h99 virtual uint32_t GetHardwareWatchpointHit(nub_addr_t &addr) { in GetHardwareWatchpointHit() function
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h65 uint32_t GetHardwareWatchpointHit(nub_addr_t &addr) override;
H A DDNBArchImplX86_64.cpp657 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException()
1099 uint32_t DNBArchImplX86_64::GetHardwareWatchpointHit(nub_addr_t &addr) { in GetHardwareWatchpointHit() function in DNBArchImplX86_64
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h222 uint32_t GetHardwareWatchpointHit(nub_addr_t &addr) override;
H A DDNBArchImplARM64.cpp529 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException()
1113 uint32_t DNBArchMachARM64::GetHardwareWatchpointHit(nub_addr_t &addr) { in GetHardwareWatchpointHit() function in DNBArchMachARM64
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h65 uint32_t GetHardwareWatchpointHit(nub_addr_t &addr) override;
H A DDNBArchImplI386.cpp701 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException()
1141 uint32_t DNBArchImplI386::GetHardwareWatchpointHit(nub_addr_t &addr) { in GetHardwareWatchpointHit() function in DNBArchImplI386
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h88 uint32_t GetHardwareWatchpointHit(nub_addr_t &addr) override;
H A DDNBArchImpl.cpp645 uint32_t hw_index = GetHardwareWatchpointHit(addr); in NotifyException()
1353 uint32_t DNBArchMachARM::GetHardwareWatchpointHit(nub_addr_t &addr) { in GetHardwareWatchpointHit() function in DNBArchMachARM