[Lldb-commits] [PATCH] D84257: [lldb] Don't use hardware index to determine whether a breakpoint site is hardware

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 22 01:25:22 PDT 2020


labath added a comment.

Could you clarify what's the functional change here? Does this change the kind of breakpoint that lldb sets, or just how it gets reported? E.g., does the `ProcessGDBRemote` acutally cause lldb to send a different packet, or is that just reacting to the change in the semantics of other code?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84257/new/

https://reviews.llvm.org/D84257





More information about the lldb-commits mailing list