[Lldb-commits] [lldb] [LLDB][Minidump] Add a progress bar to minidump (PR #108309)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 09:29:54 PDT 2024
Jlalond wrote:
> The variable name should be `progress_tracker` but really we should just call it `progress` for consistency with the rest of lldb.
Good to know, I know this class has a lot of pascal casing from before and I'm always unsure to break the existing pattern and use snake or not
https://github.com/llvm/llvm-project/pull/108309
More information about the lldb-commits
mailing list