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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to