[Lldb-commits] [lldb] Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (PR #123945)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 22 11:42:05 PST 2025
rocallahan wrote:
> I also noticed that if you don't save memory at all, the breakpoint tests pass. Which is surprising, but ok given that the test doesn't check any memory values, and watchpoint tests _do_ fail if you do not save memory.
Yeah, this is why I think it was a good idea to add a test that actually needs the memory save/restore. Even though it caused the PR to bounce.
https://github.com/llvm/llvm-project/pull/123945
More information about the lldb-commits
mailing list