[Lldb-commits] [PATCH] Report stopped by trace if none of the watchpoint was hit
Pavel Labath
labath at google.com
Tue Mar 17 09:59:14 PDT 2015
It could be that the kernel reports a watchpoint hit on single stepping because on arm single stepping is actually implemented using hardware breakpoints. This is just a guess, but in any case it might be interesting to create a test case, which what happens with single stepping after we have set the maximum number of watchpoints possible. Does single stepping still work? Do some of our watchpoints get overwritten, etc.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8081
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list