[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #99736)

Robert O'Callahan via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 23 14:16:07 PDT 2024


================
@@ -158,7 +158,7 @@ class LLDB_API SBProcess {
 
   lldb::SBError Destroy();
 
-  lldb::SBError Continue();
+  lldb::SBError Continue(RunDirection direction = RunDirection::eRunForward);
----------------
rocallahan wrote:

Yeah, I originally wrote everything as you suggested, and @jimingham asked me to change it to what you see now. So I need you two to come to an agreement and tell me what it is.

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


More information about the lldb-commits mailing list