omjavaid wrote:

> This is a problem with watchpoints too, right?

Yes this happens with watchpoints too on both AArch64 and x64 WIndows.

> I can see an argument that says code breakpoints are much more likely to be 
> placed before the initial stop, so watchpoints are still useful even with 
> this limitation and this PR should still be merged.

Yes because LLDB requires a running process to set watchpoints however for 
breakpoints thats not the case. In most cases user sets breakpoint on main and 
then set watchpoints which masks this problem altogether.

> But please open an issue for that, describing the problem and as far as you 
> know. why it might be occurring. It will give us something to "mark as 
> duplicate" :)

I have create #125054 

https://github.com/llvm/llvm-project/pull/108072
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to