[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 5 15:09:27 PST 2023


chelcassanova wrote:

The report type has been added as a key in the dictionary that gets returned from `SBDebugger::GetProgressDataFromEvent` (specifically it's the key `is_aggregate`) and that key is added in `DebuggerEvents.cpp`. To my understanding since we can get the report type from `GetProgressDataFromEvent` we shouldn't have to overload `GetProgressFromEvent`.

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


More information about the lldb-commits mailing list