[Lldb-commits] [PATCH] D102866: [lldb][intel-pt] Remove old plugin

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 20 12:42:54 PDT 2021


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

Now that LLDB proper has built-in support for intel-pt traces, we can remove the old plugin written by Intel. It has less features and it's hard to work with.

As a test, I ran "ninja lldbIntelFeatures" and it worked.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102866

Files:
  lldb/tools/intel-features/CMakeLists.txt
  lldb/tools/intel-features/README.txt
  lldb/tools/intel-features/cli-wrapper.cpp
  lldb/tools/intel-features/intel-pt/CMakeLists.txt
  lldb/tools/intel-features/intel-pt/Decoder.cpp
  lldb/tools/intel-features/intel-pt/Decoder.h
  lldb/tools/intel-features/intel-pt/PTDecoder.cpp
  lldb/tools/intel-features/intel-pt/PTDecoder.h
  lldb/tools/intel-features/intel-pt/README_CLI.txt
  lldb/tools/intel-features/intel-pt/README_TOOL.txt
  lldb/tools/intel-features/intel-pt/cli-wrapper-pt.cpp
  lldb/tools/intel-features/intel-pt/cli-wrapper-pt.h
  lldb/tools/intel-features/intel-pt/interface/PTDecoder.i
  lldb/tools/intel-features/scripts/CMakeLists.txt
  lldb/tools/intel-features/scripts/lldb-intel-features.swig
  lldb/tools/intel-features/scripts/python-typemaps.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102866.346828.patch
Type: text/x-patch
Size: 121366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210520/d7fe8ab9/attachment-0001.bin>


More information about the lldb-commits mailing list