[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 22 00:42:05 PST 2025


labath wrote:

And pushing the revert button now. :(

The remote failure I think we should just slap `@skipIfRemote` on the tests. I don't think it makes sense to run these test remotely given that all of the interesting stuff happens locally anyway. I would have done that as a followup but the arm failure is a bit more concerning. It seems we fail to write to memory to restore the snapshot (which is fairly surprising given that we were able to read from that memory a few lines back). David, would you be able to help getting to the bottom of this?

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


More information about the lldb-commits mailing list