[Lldb-commits] [lldb] [lldb] Fix Intel PT plugin compile errors (PR #77252)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Sun Jan 7 21:34:41 PST 2024


================
@@ -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


More information about the lldb-commits mailing list