[all-commits] [llvm/llvm-project] 32bacb: [lldb][intel-pt] Remove old plugin
walter erquinigo via All-commits
all-commits at lists.llvm.org
Thu May 27 12:16:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32bacb74107e45cdcedaf3bb2be11bd6e3015390
https://github.com/llvm/llvm-project/commit/32bacb74107e45cdcedaf3bb2be11bd6e3015390
Author: Walter Erquinigo <wallace at fb.com>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
M lldb/tools/intel-features/CMakeLists.txt
M lldb/tools/intel-features/README.txt
M lldb/tools/intel-features/cli-wrapper.cpp
R lldb/tools/intel-features/intel-pt/CMakeLists.txt
R lldb/tools/intel-features/intel-pt/Decoder.cpp
R lldb/tools/intel-features/intel-pt/Decoder.h
R lldb/tools/intel-features/intel-pt/PTDecoder.cpp
R lldb/tools/intel-features/intel-pt/PTDecoder.h
R lldb/tools/intel-features/intel-pt/README_CLI.txt
R lldb/tools/intel-features/intel-pt/README_TOOL.txt
R lldb/tools/intel-features/intel-pt/cli-wrapper-pt.cpp
R lldb/tools/intel-features/intel-pt/cli-wrapper-pt.h
R lldb/tools/intel-features/intel-pt/interface/PTDecoder.i
R lldb/tools/intel-features/scripts/CMakeLists.txt
R lldb/tools/intel-features/scripts/lldb-intel-features.swig
R lldb/tools/intel-features/scripts/python-typemaps.txt
Log Message:
-----------
[lldb][intel-pt] Remove old plugin
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.
Differential Revision: https://reviews.llvm.org/D102866
More information about the All-commits
mailing list