[Lldb-commits] [PATCH] D13241: [LLDB][MIPS] Fix hit_count for mips watchpoints

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 29 17:41:48 PDT 2015


jasonmolenda added a subscriber: jasonmolenda.
jasonmolenda added a comment.

Greg's out this week, he or Jim may want to comment.

I was curious about this method IncrementFalseAlarmsAndReviseHitCount, there weren't any calls to it.  A little digging shows that the one use of it was removed in r166472.

What does it mean if you get a watchpoint exception on your machine, but you didn't have a watchpoint set on that address.  Is there something else going on here?


Repository:
  rL LLVM

http://reviews.llvm.org/D13241





More information about the lldb-commits mailing list