[lldb] [llvm] [lldb] Implement CLI support for reverse-continue (PR #132783)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 02:50:20 PDT 2025
================
@@ -220,6 +220,8 @@ Changes to LLDB
information about the current state of the debugger at the bottom of the
terminal. This is on by default and can be configured using the
`show-statusline` and `statusline-format` settings.
+* LLDB now supports `process continue --reverse` when used with backends
----------------
DavidSpickett wrote:
Agreed. Reader's have --reverse and --forward, that's enough to experiment with.
https://github.com/llvm/llvm-project/pull/132783
More information about the llvm-commits
mailing list