================
@@ -99,7 +99,8 @@ class ProgressEventManager {
/// Receive a new progress event for the start event and try to report it if
/// appropriate.
- void Update(uint64_t progress_id, uint64_t completed, uint64_t total);
+ void Update(uint64_t progress_id, const char *message, uint64_t completed,
----------------
JDevlieghere wrote:
```suggestion
void Update(uint64_t progress_id, llvm::StringRef message, uint64_t completed,
```
https://github.com/llvm/llvm-project/pull/123837
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits