Home
last modified time | relevance | path

Searched refs:GetWatchpointAddressByIndex (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h218 nub_addr_t GetWatchpointAddressByIndex(uint32_t hw_index);
H A DDNBArchImplARM64.cpp542 GetWatchpointAddressByIndex(i) != INVALID_NUB_ADDRESS) { in NotifyException()
543 addr = GetWatchpointAddressByIndex(i); in NotifyException()
1160 nub_addr_t DNBArchMachARM64::GetWatchpointAddressByIndex(uint32_t hw_index) { in GetWatchpointAddressByIndex() function in DNBArchMachARM64
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h239 nub_addr_t GetWatchpointAddressByIndex(uint32_t hw_index);
H A DDNBArchImpl.cpp653 GetWatchpointAddressByIndex(i) != INVALID_NUB_ADDRESS) { in NotifyException()
654 addr = GetWatchpointAddressByIndex(i); in NotifyException()
1401 nub_addr_t DNBArchMachARM::GetWatchpointAddressByIndex(uint32_t hw_index) { in GetWatchpointAddressByIndex() function in DNBArchMachARM