[Lldb-commits] [PATCH] D89283: [trace][intel-pt] Implement the basic decoding functionality
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 16 14:49:29 PDT 2020
wallace added inline comments.
================
Comment at: lldb/tools/intel-features/intel-pt/Decoder.cpp:301
+ std::ofstream of("/tmp/multi-file.trace", std::ios::binary | std::ios::out);
+ for (auto bait : pt_buffer)
----------------
vsk wrote:
> Not sure what this is in aid of?
I erroneously included this, I'm reverting the changes to this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89283/new/
https://reviews.llvm.org/D89283
More information about the lldb-commits
mailing list