[Lldb-commits] [lldb] [LLDB-DAP] SBDebugger don't prefix title on progress updates (PR #124648)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 19 13:24:44 PST 2025


Jlalond wrote:

@clayborg 

DAP with a detail and a total
![image](https://github.com/user-attachments/assets/c4981158-9a19-487c-8c9b-29e55f545b37)

Indeterminate with an increment detail
![image](https://github.com/user-attachments/assets/031bcdc8-f8e5-4dde-8068-668e5dde6f5b)

Then with an indeterminate progress, but no increment detail
![image](https://github.com/user-attachments/assets/19745ee8-4204-4a88-8c64-ee705ed19355)

For number 2 I think I found another bug for indeterminate messages not updating the detail correctly, but I will address this in a future patch.


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


More information about the lldb-commits mailing list