pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-netbsd: Update CMake rules for NetBSD Process Plugin



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Mar 1 12:11:42 2017 +0100
Changeset:	2642a5b494df439f32bd6898e1180d328eecb31b

Modified Files:
	lldb-netbsd/distinfo
	lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_CMakeLists.txt

Log Message:
lldb-netbsd: Update CMake rules for NetBSD Process Plugin

Use the new PLUGIN framework.

Include new soure files:
 - NativeRegisterContextNetBSD.cpp
 - NativeRegisterContextNetBSD.cpp

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2642a5b494df439f32bd6898e1180d328eecb31b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-netbsd/distinfo                                  |  2 +-
 ...patch-source_Plugins_Process_NetBSD_CMakeLists.txt | 19 ++++++++++++++++---
 2 files changed, 17 insertions(+), 4 deletions(-)

diffs:
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index a9feb7f1cc..36fe506528 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -22,7 +22,7 @@ SHA1 (patch-source_Host_netbsd_HostThreadNetBSD.cpp) = a1b0fbdad062309a845cfefe4
 SHA1 (patch-source_Host_netbsd_ThisThread.cpp) = f0d32c81bc1b8fe9aeb86519ea46ba2cb16571c2
 SHA1 (patch-source_Initialization_SystemInitializerCommon.cpp) = dc270227e68c655753ef5f5168e3fa9a8dab3696
 SHA1 (patch-source_Plugins_Process_CMakeLists.txt) = c689ff4ec455234f8d506dc9eb8e0ed7f750d426
-SHA1 (patch-source_Plugins_Process_NetBSD_CMakeLists.txt) = 483584dad2dba01dccd065435a5d75eedf11b3c6
+SHA1 (patch-source_Plugins_Process_NetBSD_CMakeLists.txt) = a77f397020ab752875813a7a93b53ccd3a130e6f
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp) = 037094d3eaa832eaf2b3719833d2d3c46101e03e
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.h) = c48bb2dd45682164ab904b8b3f7664b91ac35d5b
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeRegisterContextNetBSD.cpp) = a59b9bf76d07eb9d36915dbc9f3cafbbab8779fc
diff --git a/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_CMakeLists.txt b/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_CMakeLists.txt
index 281107ebfa..5c84ec98f0 100644
--- a/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_CMakeLists.txt
+++ b/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_CMakeLists.txt
@@ -1,13 +1,26 @@
 $NetBSD$
 
---- source/Plugins/Process/NetBSD/CMakeLists.txt.orig	2017-01-31 18:01:27.487996944 +0000
+--- source/Plugins/Process/NetBSD/CMakeLists.txt.orig	2017-02-28 07:44:53.240798593 +0000
 +++ source/Plugins/Process/NetBSD/CMakeLists.txt
-@@ -0,0 +1,8 @@
+@@ -0,0 +1,21 @@
 +include_directories(.)
 +include_directories(../POSIX)
 +include_directories(../Utility)
 +
-+add_lldb_library(lldbPluginProcessNetBSD
++add_lldb_library(lldbPluginProcessNetBSD PLUGIN
 +  NativeProcessNetBSD.cpp
++  NativeRegisterContextNetBSD.cpp
++  NativeRegisterContextNetBSD_x86_64.cpp
 +  NativeThreadNetBSD.cpp
++
++  LINK_LIBS
++    lldbCore
++    lldbHost
++    lldbSymbol
++    lldbTarget
++    lldbUtility
++    lldbPluginProcessPOSIX
++    lldbPluginProcessUtility
++  LINK_COMPONENTS
++    Support
 +  )


Home | Main Index | Thread Index | Old Index