[Lldb-commits] [lldb] [lldb] Implement CLI support for reverse-continue (PR #132783)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 29 16:09:22 PDT 2025
vogelsgesang wrote:
> I suppose we need to add documentation for this but I'm not sure where...
Afaict, your code change should already be sufficient such that `help processor continue` also lists the new -F and -R flags.
In addition, I guess we would eventually want to also document more generally how to use rr with lldb (how to start the rr replay, how to connect lldb to it, etc.) such that end users are able to discover this feature. However, I guess before doing so, we would like to also implement reverse single- stepping etc.?
https://github.com/llvm/llvm-project/pull/132783
More information about the lldb-commits
mailing list