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

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 28 18:35:34 PDT 2024


jasonmolenda wrote:

Regarding #3 of my todo's

> debugserver on armv7k watches is doesn't correctly report a "step by breakpoint" as a trace event, need to verify that we can step / step past breakpoints correctly on old watches running that old debugserver.

I've tested the new breakpoint stepping behavior with the old debugserver on the armv7k watches and it works well enough, I won't change lldb to handle this specially.

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


More information about the lldb-commits mailing list