[Lldb-commits] [lldb] 413307d - [lldb/Plugins] Rename OSPython plugin to OperatingSystemPython (NFC)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 11 16:32:15 PST 2020


Author: Jonas Devlieghere
Date: 2020-02-11T16:32:08-08:00
New Revision: 413307d4560441b47261ced5db5f8e29c8811277

URL: https://github.com/llvm/llvm-project/commit/413307d4560441b47261ced5db5f8e29c8811277
DIFF: https://github.com/llvm/llvm-project/commit/413307d4560441b47261ced5db5f8e29c8811277.diff

LOG: [lldb/Plugins] Rename OSPython plugin to OperatingSystemPython (NFC)

Rename the plugin to match both the directory structure and the class.

Added: 
    

Modified: 
    lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
index e8b0f31d3736..91d7901011bc 100644
--- a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
+++ b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_lldb_library(lldbPluginOSPython PLUGIN
+add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
   OperatingSystemPython.cpp
 
   LINK_LIBS


        


More information about the lldb-commits mailing list