[Lldb-commits] [lldb] [LLDB] Add SBProgress so Python scripts can also report progress (PR #119052)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 17 01:35:17 PST 2025
https://github.com/labath approved this pull request.
I think this is fine. I was thinking this could be implemented purely from the python side by sending the appropriate events manually, but this doesn't work because we don't have the ability to construct the right kind of event objects. We could add that, but then again, we could just do this, and I don't think this is worse.
https://github.com/llvm/llvm-project/pull/119052
More information about the lldb-commits
mailing list