[all-commits] [llvm/llvm-project] 64799f: [debugserver/ARM64] Make sure watchpoints hit are ...
Davide Italiano via All-commits
all-commits at lists.llvm.org
Tue Mar 31 15:56:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64799fbebddc9877f78c7501b0b986b7afe84d6b
https://github.com/llvm/llvm-project/commit/64799fbebddc9877f78c7501b0b986b7afe84d6b
Author: Davide Italiano <ditaliano at apple.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
A lldb/test/API/commands/watchpoints/watchpoint_count/Makefile
A lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
A lldb/test/API/commands/watchpoints/watchpoint_count/main.c
M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
Log Message:
-----------
[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>
More information about the All-commits
mailing list