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

via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 23 14:46:00 PDT 2024


================
@@ -3271,6 +3273,11 @@ Status Process::PrivateResume() {
   if (!GetModID().IsLastResumeForUserExpression())
     ResetExtendedCrashInfoDict();
 
+  if (m_last_run_direction != direction) {
----------------
jimingham wrote:

In the "resolved" discussion we talked about the fact that this will have to change if you ever support a mix of reverse and forward continuation.  Be good to leave a comment to that effect here so we won't have to refind where we need to fix this when the time arrives.

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


More information about the lldb-commits mailing list