[debugserver/ARM64] Make sure watchpoints hit are attributed correctly.
authorDavide Italiano <ditaliano@apple.com>
Tue, 31 Mar 2020 20:55:36 +0000 (13:55 -0700)
committerDavide Italiano <ditaliano@apple.com>
Tue, 31 Mar 2020 22:56:20 +0000 (15:56 -0700)
commit64799fbebddc9877f78c7501b0b986b7afe84d6b
treee2854f6951fd44eccc726621346edbf88ac848a8
parente094dd5adcbdd7f49226d93c3964f99bf5a25ba6
[debugserver/ARM64] Make sure watchpoints hit are attributed correctly.

This didn't happen for arm64 if you have watches for variables
that are contigous in memory.

<rdar://problem/55135006>
lldb/test/API/commands/watchpoints/watchpoint_count/Makefile [new file with mode: 0644]
lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py [new file with mode: 0644]
lldb/test/API/commands/watchpoints/watchpoint_count/main.c [new file with mode: 0644]
lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp