[Lldb-commits] [lldb] [lldb][Progress] Separate title and details	(PR #77547)
    Greg Clayton via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Jan 10 12:46:40 PST 2024
    
    
  
================
@@ -51,9 +56,10 @@ void Progress::Increment(uint64_t amount, std::string update) {
 void Progress::ReportProgress(std::string update) {
----------------
clayborg wrote:
remove `std::string update` as we have it in `m_details`
https://github.com/llvm/llvm-project/pull/77547
    
    
More information about the lldb-commits
mailing list