[Lldb-commits] [PATCH] D147674: Interpret ESR/FAR bits directly on watchpoint exceptions in debugserver, clarify how watchpoint descriptions in stop packets work

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 7 15:41:16 PDT 2023


jasonmolenda abandoned this revision.
jasonmolenda added a comment.

Intermixing generic/linux AArch64 lldb watchpoint StopInfo changes in with a change to debugserver made this a difficult patch to ask anyone to review in total.  I've separated it into one phab for the lldb watchpoint StopInfo handling https://reviews.llvm.org/D147816 and a separate phab for the debugserver changes to find the nearest watchpoint when we have a trap address outside any watched memory region and pass the ESR fields up to lldb https://reviews.llvm.org/D147820 .  Closing this phab.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147674



More information about the lldb-commits mailing list