[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 19 08:54:55 PDT 2023


https://github.com/bulbazord commented:

I was thinking more about this last night, I'm not sure the word "discrete" is the right word for what this describes. It's not a bad word per se, but if a ProgressEvent isn't discrete, it's not really "continuous" either (or any of the other antonyms of discrete that I can think of). It seems like the dichotomy is less "discrete vs continuous" and more like "one vs many".

That being said, what do you think of the name `is_aggregate`?

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


More information about the lldb-commits mailing list