[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 18 16:14:33 PDT 2023
================
@@ -16,7 +16,7 @@ using namespace lldb_private;
std::atomic<uint64_t> Progress::g_id(0);
-Progress::Progress(std::string title, uint64_t total,
+Progress::Progress(std::string title, bool is_discrete, uint64_t total,
----------------
chelcassanova wrote:
Yes it was, left it out by mistake.
https://github.com/llvm/llvm-project/pull/69516
More information about the lldb-commits
mailing list