[Lldb-commits] [PATCH] D105717: Create "thread trace dump stats" command

hanbing wang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 9 11:13:32 PDT 2021


hanbingwang created this revision.
hanbingwang added reviewers: wallace, clayborg.
Herald added a subscriber: dang.
hanbingwang requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

When the user types that command 'thread trace dump stats' and there's a running Trace session in LLDB, a raw trace in bytes should be printed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105717

Files:
  lldb/include/lldb/Target/Trace.h
  lldb/source/Commands/CommandObjectThread.cpp
  lldb/source/Commands/Options.td
  lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp
  lldb/source/Plugins/Trace/intel-pt/DecodedThread.h
  lldb/source/Plugins/Trace/intel-pt/IntelPTDecoder.cpp
  lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
  lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
  lldb/test/API/commands/trace/TestTraceDumpStats.py
  lldb/test/API/commands/trace/TestTraceLoad.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105717.357577.patch
Type: text/x-patch
Size: 13648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210709/00829d53/attachment.bin>


More information about the lldb-commits mailing list