jasonmolenda wrote: > Does `watch enable` not re-evaluate the variable expression that was passed > in when the watchpoint was set? I was wondering why you have to require ASLR? >
I can go back and look, but when it was on the stack and shifted every run, it looked like the watchpoint expression is turned into a concrete address watchpoint location and *that's* what tries to re-enable. https://github.com/llvm/llvm-project/pull/218819 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
