[Lldb-commits] [PATCH] Report stopped by trace if none of the watchpoint was hit

Tamas Berghammer tberghammer at google.com
Tue Mar 17 08:29:28 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: source/Plugins/Process/Linux/NativeThreadLinux.cpp:406
@@ +405,3 @@
+    // The process reported a watchpoint was hit, but we don't found the watchpoint. Assume that a
+    // stopped by trace is reported as a hardware watchpoint (happens on some linux kernels)
+
----------------
vharron wrote:
> Which kernels is it known to happen on/not happen on?
Added kernel description to comment (android-arm64 platfrom-21) and fixed grammar

http://reviews.llvm.org/D8081

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list