[Lldb-commits] [lldb] [lldb][progress][NFC] Add groundwork to keep track of progress reports (PR #81026)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 7 13:18:19 PST 2024


https://github.com/medismailben requested changes to this pull request.

I think the progress map should be held by the debugger instance, not a static member of the Progress class, since some progress reports could be targeting a specific debugger.

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


More information about the lldb-commits mailing list