[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 17 21:52:16 PST 2025
rocallahan wrote:
I assumed that watchpoints during reverse execution would not work without further changes, but when I actually tried it, at least the simplest cases do seem to work as-is --- once I fixed the `lldbreverse` code to report watchpoint stops properly. So I've merged those fixes into this PR and added a watchpoint test. Extending this PR maybe isn't the best idea but I think it's better than merging known-broken code. Anyway @labath should look that over.
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list