[Lldb-commits] [lldb] [lldb] Fix Intel PT plugin compile errors (PR #77252)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 8 14:17:23 PST 2024
================
@@ -276,6 +276,9 @@ 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() {}
----------------
walter-erquinigo wrote:
do you still need these?
https://github.com/llvm/llvm-project/pull/77252
More information about the lldb-commits
mailing list