[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 Sep 24 13:29:12 PDT 2024
    
    
  
================
@@ -3271,6 +3273,11 @@ Status Process::PrivateResume() {
   if (!GetModID().IsLastResumeForUserExpression())
     ResetExtendedCrashInfoDict();
 
+  if (m_last_run_direction != direction) {
----------------
rocallahan wrote:
Done.
https://github.com/llvm/llvm-project/pull/99736
    
    
More information about the lldb-commits
mailing list