[Lldb-commits] [lldb] [lldb][progress][NFC] Add unit test for progress reports (PR #79533)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 26 11:20:25 PST 2024


https://github.com/clayborg commented:

It is great to have unit tests for this. I remember with your previous patch we caught an issue where the completed event might not be delivered, or it would be delivered without the values being set correctly, so this will be great to be able to catch this kind of stuff when we make changes.

https://github.com/llvm/llvm-project/pull/79533


More information about the lldb-commits mailing list