[Lldb-commits] [lldb] [lldb] Add step back single instruction for targets supporting reverse execution (PR #191183)

Maarten Steevens via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 10 15:24:50 PDT 2026


================
@@ -2774,6 +2782,13 @@ CommandObjectMultiwordThread::CommandObjectMultiwordThread(
                      "Defaults to current thread unless specified.",
                      nullptr, eStepTypeTrace)));
 
+  LoadSubCommand("step-back-inst",
----------------
MaartenS11 wrote:

Should I also remove the `stepbi` and `sbi` aliases or are they fine because it's a shorthand?

https://github.com/llvm/llvm-project/pull/191183


More information about the lldb-commits mailing list