[Lldb-commits] [PATCH] D105741: [trace] Add `thread trace export` command for Intel PT trace visualization
Jakob Johnson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 22 14:13:10 PDT 2021
jj10306 updated this revision to Diff 360965.
jj10306 marked 2 inline comments as done.
jj10306 added a comment.
Address comments:
- use unique_ptr to prevent unnecessary copying
- add support for trace decoding errors
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105741/new/
https://reviews.llvm.org/D105741
Files:
lldb/docs/htr.rst
lldb/docs/media/basic_super_block_pass.png
lldb/docs/media/htr_example.png
lldb/include/lldb/Target/Trace.h
lldb/include/lldb/Target/TraceHTR.h
lldb/include/lldb/lldb-enumerations.h
lldb/include/lldb/lldb-forward.h
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Commands/Options.td
lldb/source/Target/CMakeLists.txt
lldb/source/Target/Trace.cpp
lldb/source/Target/TraceHTR.cpp
lldb/test/API/commands/trace/TestTraceExport.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105741.360965.patch
Type: text/x-patch
Size: 48477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210722/8bfa14b9/attachment-0001.bin>
More information about the lldb-commits
mailing list