[Lldb-commits] [lldb] [lldb][progress][NFC] Add groundwork to keep track of progress reports (PR #81026)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 7 13:18:20 PST 2024


================
@@ -55,6 +56,10 @@ namespace lldb_private {
 
 class Progress {
 public:
+  enum {
+    eProgressLinearReports,
----------------
medismailben wrote:

Please comment what each enum value means

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


More information about the lldb-commits mailing list