DavidSpickett wrote: @JDevlieghere you asked about this https://github.com/llvm/llvm-project/pull/182246#discussion_r2854404231.
My idea here is to move all the ones that do "<format>\n" to `Formatv`. Currently there are 64 calls to AppendMessageWithFormat, 9 of which do not have a newline. I doubt tests are strict enough to expect all the newlines, but I think we can be reasonably confident as long as they are strict equivalents and done in increments. So I started with watchpoints. https://github.com/llvm/llvm-project/pull/184128 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
