Home
last modified time | relevance | path

Searched refs:high_watchpoint_size (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp1168 int high_watchpoint_size = addr_dword_offset + size - max_watchpoint_size; in EnableHardwareWatchpoint() local
1175 aligned_wp_address + max_watchpoint_size, high_watchpoint_size, read, in EnableHardwareWatchpoint()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp899 int high_watchpoint_size = addr_dword_offset + size - 8; in EnableHardwareWatchpoint() local
906 EnableHardwareWatchpoint(aligned_wp_address + 8, high_watchpoint_size, in EnableHardwareWatchpoint()