[Lldb-commits] [lldb] [llvm] [lldb] Change lldb's breakpoint detection behavior [WIP] (PR #105594)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 13 16:34:55 PDT 2024


jasonmolenda wrote:

(1) the armv7/aarch32 step-by-breakpoint fix for lldb-server is merged on github main.  
(2) the change to ProcessGDBRemote to recognize "swbreak" and "hwbreak" as a breakpoint is merged on github main.
(3) lldb with this patch works fine with the existing debugserver on armv7k where we get the breakpoint hit mach exception when we instruction step (StopInfoMachException handles it)
(4) dexter has been updated on github main to work with this patch or with old lldb stepping

which leaves

(5) Martin's mingw finish bug report
(6) Review Omair's Windows aarch64 hardware breakpoint/watchpoint PR for any changes necessary to work with this PR.

https://github.com/llvm/llvm-project/pull/105594


More information about the lldb-commits mailing list