[Lldb-commits] [PATCH] D128768: [lldb/Core] Fix finite progress event reporting

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 5 09:53:08 PDT 2022


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



More information about the lldb-commits mailing list