Arm watchpoint handlers incorrectly updates watchpoint cache incase we have a ptrace failures.
This patch fixes this issue by reverting the cache to its previous state in case of a ptrace failure.
Paths
| Differential D14051
Fix for Arm watchpoint cache corruption in case of ptrace failure ClosedPublic Authored by omjavaid on Oct 25 2015, 4:24 PM.
Details
Summary Arm watchpoint handlers incorrectly updates watchpoint cache incase we have a ptrace failures. This patch fixes this issue by reverting the cache to its previous state in case of a ptrace failure.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 26 2015, 4:29 AM Closed by commit rL251386: Fix for Arm watchpoint cache corruption in case of ptrace failure (authored by omjavaid). · Explain WhyOct 26 2015, 10:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38502 lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
|