[Lldb-commits] [PATCH] D54221: Add setting to require hardware breakpoints.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 7 12:52:34 PST 2018


labath added a comment.

I recall something about linux on arm having a magic unmodifiable (even by ptrace) page of memory, so this could be useful there too. However, it's not clear to me how a user is going to figure out that he needs to enable this setting. Would it make sense to automatically try setting a hardware breakpoint if software breakpoint fails?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D54221





More information about the lldb-commits mailing list