[Lldb-commits] [PATCH] D120972: [lldb] Show progress events in the command line driver

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 3 21:35:52 PST 2022


mib added inline comments.


================
Comment at: lldb/source/Core/Debugger.cpp:1727
+
+  // Only report progress is nobody else is listening for it.
+  if (GetBroadcaster().EventTypeHasListeners(Debugger::eBroadcastBitProgress))
----------------
mib wrote:
> 
typo


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

https://reviews.llvm.org/D120972



More information about the lldb-commits mailing list