================
@@ -276,6 +276,10 @@ class DecodedThread : public
std::enable_shared_from_this<DecodedThread> {
/// The string message of this item if it's an error
std::string error;
+
+ TraceItemStorage() {}
+ ~TraceItemStorage() {}
----------------
JDevlieghere wrote:Can this be `= default`? https://github.com/llvm/llvm-project/pull/77252 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
