https://github.com/clayborg commented:
How many notifications happen during an expression? We want to make sure this doesn't slow down expression evaluation by any appreciable amount. If we spam these notifications, without having any throttling in place (I have an open patch for this I haven't been getting back to: https://github.com/llvm/llvm-project/pull/75769) I fear this will cause things to slow down a bit. I know IDEs are more sensitive to being blasted with progress updates. https://github.com/llvm/llvm-project/pull/91452 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
