[Lldb-commits] [PATCH] D127804: [trace][intelpt] Support system-wide tracing [19] - Some other minor improvements
Jakob Johnson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 15 10:06:09 PDT 2022
jj10306 accepted this revision.
jj10306 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Plugins/Trace/intel-pt/LibiptDecoder.h:53
+///
+/// \param[in] decoded_thread
+/// All decoded instructions, errors and events will be appended to this object.
----------------
isn't this really an out param?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127804/new/
https://reviews.llvm.org/D127804
More information about the lldb-commits
mailing list