pkgsrc-WIP-changes archive

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

lldb-netbsd: Rebase patches to SVN r.298524



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Mar 22 20:17:40 2017 +0100
Changeset:	8443f47e646bdb49c2625ab7bd4f5bb0fff4fc48

Modified Files:
	lldb-netbsd/distinfo
Removed Files:
	lldb-netbsd/patches/patch-source_Host_common_NativeProcessProtocol.cpp
	lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt

Log Message:
lldb-netbsd: Rebase patches to SVN r.298524

The following patch has been merged upstream:
"Reuse appropriate Launch and Attach on NetBSD"
85d8791e1dae0a7581cf439cc722182214aa80eb

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=8443f47e646bdb49c2625ab7bd4f5bb0fff4fc48

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_Host_common_NativeProcessProtocol.cpp    | 13 -------------
 ...patch-source_Plugins_Process_gdb-remote_CMakeLists.txt | 15 ---------------
 3 files changed, 30 deletions(-)

diffs:
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index 68a65c988b..ded72fac10 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -14,7 +14,6 @@ RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
 Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
 SHA1 (patch-source_CMakeLists.txt) = 5dacabc3f39c23bdfd432b5a4895866157b97aa0
 SHA1 (patch-source_Host_common_Host.cpp) = 7d48b8bb1e4350ba6d3ddc6357b9b8dc82d6b32d
-SHA1 (patch-source_Host_common_NativeProcessProtocol.cpp) = 23cc7da280b2123cf0206f3d5660d2647935edbc
 SHA1 (patch-source_Host_netbsd_Host.cpp) = 92ea9aa9c21d11126e7532a860e59f408175d8d4
 SHA1 (patch-source_Plugins_DynamicLoader_POSIX-DYLD_DYLDRendezvous.cpp) = 32d683eb388ded96e7f9aedec827202b5b056392
 SHA1 (patch-source_Plugins_Process_NetBSD_CMakeLists.txt) = 558379a5f3b47235dbf670742467e64c05e5900f
@@ -27,5 +26,4 @@ SHA1 (patch-source_Plugins_Process_NetBSD_NativeRegisterContextNetBSD__x86__64.h
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.cpp) = 872d32b6f534c1fbcb1c6c2c584085b161d07f74
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.h) = cc8cfee5f3740e2495282f376428963bb388b844
 SHA1 (patch-source_Plugins_Process_elf-core_ThreadElfCore.cpp) = 3427bd2e2de3cd2947123c2f20ed8d5082a16ace
-SHA1 (patch-source_Plugins_Process_gdb-remote_CMakeLists.txt) = f26dd01a9a98a6d976d8aa8d559f7403529a5a64
 SHA1 (patch-source_Plugins_Process_minidump_ProcessMinidump.cpp) = a71464df2ef56b8b2c8905e8169a85a05cfd27ba
diff --git a/lldb-netbsd/patches/patch-source_Host_common_NativeProcessProtocol.cpp b/lldb-netbsd/patches/patch-source_Host_common_NativeProcessProtocol.cpp
deleted file mode 100644
index a13da3811f..0000000000
--- a/lldb-netbsd/patches/patch-source_Host_common_NativeProcessProtocol.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- source/Host/common/NativeProcessProtocol.cpp.orig	2016-12-17 10:30:38.000000000 +0000
-+++ source/Host/common/NativeProcessProtocol.cpp
-@@ -410,7 +410,7 @@ Error NativeProcessProtocol::ResolveProc
-     return Error("failed to retrieve a valid architecture from the exe module");
- }
- 
--#ifndef __linux__
-+#if !defined(__linux__) && !defined(__NetBSD__)
- // These need to be implemented to support lldb-gdb-server on a given platform.
- // Stubs are
- // provided to make the rest of the code link on non-supported platforms.
diff --git a/lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt b/lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
deleted file mode 100644
index 9f5c0689b0..0000000000
--- a/lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- source/Plugins/Process/gdb-remote/CMakeLists.txt.orig	2017-03-18 01:35:30.000000000 +0000
-+++ source/Plugins/Process/gdb-remote/CMakeLists.txt
-@@ -11,6 +11,10 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux|Andr
-   list(APPEND LLDB_PLUGINS lldbPluginProcessLinux)
- endif()
- 
-+if(CMAKE_SYSTEM_NAME MATCHES "NetBSD")
-+  list(APPEND LLDB_PLUGINS lldbPluginProcessNetBSD)
-+endif()
-+
- add_lldb_library(lldbPluginProcessGDBRemote PLUGIN
-   GDBRemoteClientBase.cpp
-   GDBRemoteCommunication.cpp


Home | Main Index | Thread Index | Old Index