[Lldb-commits] [PATCH] D14051: Fix for Arm watchpoint cache corruption in case of ptrace failure

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 25 16:24:57 PDT 2015


omjavaid created this revision.
omjavaid added reviewers: tberghammer, clayborg.
omjavaid added a subscriber: lldb-commits.
Herald added subscribers: rengolin, aemerson.

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.

http://reviews.llvm.org/D14051

Files:
  source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14051.38364.patch
Type: text/x-patch
Size: 3786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151025/e895581c/attachment.bin>


More information about the lldb-commits mailing list