[all-commits] [llvm/llvm-project] 555a71: [LLDB] Don't forcefully initialize the process tra...
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Mon Nov 6 16:46:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 555a71be457f351411b89c6a6a66aeecf7ca5291
https://github.com/llvm/llvm-project/commit/555a71be457f351411b89c6a6a66aeecf7ca5291
Author: Walter Erquinigo <a20012251 at gmail.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
Log Message:
-----------
[LLDB] Don't forcefully initialize the process trace plugin (#71455)
This was causing some process to wrongfully be handled by ProcessTrace.
The only place this was being used is in the intel pt plugin, but it
doesn't even build anymore, so I'm sure no one is using it.
More information about the All-commits
mailing list