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

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 8 13:19:40 PST 2024


================
@@ -12,6 +12,7 @@
 #include "lldb/Utility/ConstString.h"
 #include "lldb/lldb-types.h"
 #include <atomic>
+#include <map>
----------------
adrian-prantl wrote:

Unless you need the sorted iteration property you probably want to use something more efficient instead.

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


More information about the lldb-commits mailing list