[lldb] [llvm] [lldb] Implement CLI support for reverse-continue (PR #132783)
    Med Ismail Bennani via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Mar 30 22:01:45 PDT 2025
    
    
  
================
@@ -744,6 +744,10 @@ let Command = "process continue" in {
     Arg<"BreakpointIDRange">, Desc<"Specify a breakpoint to continue to, temporarily "
     "ignoring other breakpoints.  Can be specified more than once.  "
     "The continue action will be done synchronously if this option is specified.">;
+  def thread_continue_forward : Option<"forward", "F">, Group<3>,
----------------
medismailben wrote:
I don't think it's necessary to have 2 options for this, I'd just keep the reverse option and make it default to false. That would simplify the logic in the CommandObject as well.
https://github.com/llvm/llvm-project/pull/132783
    
    
More information about the llvm-commits
mailing list