https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/130329
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/130329
>From b3055ce5680f22f9b044f8653e39ce625527e6ba Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Fri, 7 Mar 2025 10:52:36 -0800
Subject: [PATCH 1/2] [lldb] Remove progress report coalescing
Remove sup
chelcassanova wrote:
Makes sense, I also figured it could be restored from history if needed if
we're not keeping it around, thanks for explaining!
https://github.com/llvm/llvm-project/pull/130329
___
lldb-commits ma
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/130329
Remove support for coalescing progress reports in LLDB. This functionality was
motivated by Xcode, which wanted to listen for less frequent, aggregated
progress events at the cost of losing some detail. Se