================ @@ -158,7 +158,7 @@ class LLDB_API SBProcess { lldb::SBError Destroy(); - lldb::SBError Continue(); + lldb::SBError Continue(RunDirection direction = RunDirection::eRunForward); ---------------- clayborg wrote:
@jimingham: do you want all process control function to remain the same and then add a direction control? Something like: ``` lldb::SBError SetRunDirection(RunDirection direction); ``` Jim is this what you are thinking? And my API comments stand though, we can't change a pre-existing API. We can add new overloads though https://github.com/llvm/llvm-project/pull/99736 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits