[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 22 15:43:49 PDT 2024
rocallahan wrote:
> You might have to be careful in the case where someone runs a function call, stops at a breakpoint in the function call and decides to go backwards in the function execution (if that's possible).
That is not possible in rr. During user function calls it responds to reverse execution requests with an immediate stop.
https://github.com/llvm/llvm-project/pull/99736
More information about the lldb-commits
mailing list