clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Just need to initialize the m_stop_id in the cursor to the invalid value and 
this is good to go.



================
Comment at: lldb/include/lldb/Target/TraceCursor.h:132
+  /// The stop ID when the cursor was created.
+  uint32_t m_stop_id;
+  /// The trace that owns this cursor.
----------------
This needs to be initialized right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104422/new/

https://reviews.llvm.org/D104422

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to