[Lldb-commits] [PATCH] D104422: [trace] Add a TraceCursor class
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 23 14:44:06 PDT 2021
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
More information about the lldb-commits
mailing list