Teemperor wrote: This patch is right now an RFC and the code is not ready to be reviewed. But I want to get a feeling whether people like this idea before I go ahead with cleaning this up. IMHO, this feature is really great for people who debug the same application over longer sessions (or several smaller sessions), which I think many users do.
I usually just want to go to certain points in my application and inspect/modify the same state as in previous runs, and this functionality gets rid of most of the manual typing work. The command history is also cleared by popping the least used entries, so over time this makes LLDB remember your most often used commands and should get rid of most typing work in everyday debugging. https://github.com/llvm/llvm-project/pull/206939 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
