JDevlieghere added inline comments.

================
Comment at: lldb/source/Core/Debugger.cpp:1840-1841
       return;
-    if (data->GetCompleted())
-      m_current_event_id.reset();
   } else {
----------------
We should still reset the `m_current_event_id` here, otherwise we can get out 
of sync if someone changes the value of `GetShowProgress`. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128768/new/

https://reviews.llvm.org/D128768

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to