[Lldb-commits] [lldb] WoA HW Break and Watchpoint support in LLDB (PR #108072)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 11 01:14:13 PDT 2024


https://github.com/labath commented:

Seems ok to me.

If I had to guess, I'd say that the initial stop problem is due to us stopping the process "too early" (i.e., in a state where it's not yet fully initialized and ready to accept debugger commands). Maybe there's a different way to stop the process at the first instruction?

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


More information about the lldb-commits mailing list