pkgsrc-WIP-changes archive

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

lldb-netbsd: Improve style for upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Apr 28 21:47:21 2017 +0200
Changeset:	ed9827df5e5825acabe55ee447345747bd28ce69

Modified Files:
	lldb-git/distinfo
	lldb-git/patches/patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp

Log Message:
lldb-netbsd: Improve style for upstream

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=ed9827df5e5825acabe55ee447345747bd28ce69

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

diffstat:
 lldb-git/distinfo                                  |  2 +-
 ...rce_Plugins_Process_elf-core_ProcessElfCore.cpp | 44 +++++++++++-----------
 2 files changed, 23 insertions(+), 23 deletions(-)

diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index 6675c1d21f..f69d9ef415 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -13,5 +13,5 @@ SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
 RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
 Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
 SHA1 (patch-source_Plugins_ObjectFile_ELF_ObjectFileELF.cpp) = d7d43c20b34068a5f535b8eeb1af2dc87c2b3175
-SHA1 (patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp) = 602f857b411871583e05e9f6113e8768bfdc6098
+SHA1 (patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp) = 9497641db4864d5de4240a4fbd46a4032a042adf
 SHA1 (patch-source_Plugins_Process_elf-core_ProcessElfCore.h) = 5754bcca237decc7ef8519c54a34840b1869d476
diff --git a/lldb-git/patches/patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp b/lldb-git/patches/patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp
index aab844509e..484ef4f827 100644
--- a/lldb-git/patches/patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp
+++ b/lldb-git/patches/patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp
@@ -1,6 +1,6 @@
 $NetBSD$
 
---- source/Plugins/Process/elf-core/ProcessElfCore.cpp.orig	2017-04-27 16:58:55.433629177 +0000
+--- source/Plugins/Process/elf-core/ProcessElfCore.cpp.orig	2017-04-27 16:58:55.000000000 +0000
 +++ source/Plugins/Process/elf-core/ProcessElfCore.cpp
 @@ -27,6 +27,7 @@
  #include "lldb/Utility/DataBufferLLVM.h"
@@ -22,27 +22,27 @@ $NetBSD$
 +
 +/* Size in bytes */
 +enum {
-+NT_PROCINFO_CPI_VERSION_SIZE = 4,
-+NT_PROCINFO_CPI_CPISIZE_SIZE = 4,
-+NT_PROCINFO_CPI_SIGNO_SIZE = 4,
-+NT_PROCINFO_CPI_SIGCODE_SIZE = 4,
-+NT_PROCINFO_CPI_SIGPEND_SIZE = 16,
-+NT_PROCINFO_CPI_SIGMASK_SIZE = 16,
-+NT_PROCINFO_CPI_SIGIGNORE_SIZE = 16,
-+NT_PROCINFO_CPI_SIGCATCH_SIZE = 16,
-+NT_PROCINFO_CPI_PID_SIZE = 4,
-+NT_PROCINFO_CPI_PPID_SIZE = 4,
-+NT_PROCINFO_CPI_PGRP_SIZE = 4,
-+NT_PROCINFO_CPI_SID_SIZE = 4,
-+NT_PROCINFO_CPI_RUID_SIZE = 4,
-+NT_PROCINFO_CPI_EUID_SIZE = 4,
-+NT_PROCINFO_CPI_SVUID_SIZE = 4,
-+NT_PROCINFO_CPI_RGID_SIZE = 4,
-+NT_PROCINFO_CPI_EGID_SIZE = 4,
-+NT_PROCINFO_CPI_SVGID_SIZE = 4,
-+NT_PROCINFO_CPI_NLWPS_SIZE = 4,
-+NT_PROCINFO_CPI_NAME_SIZE = 32,
-+NT_PROCINFO_CPI_SIGLWP_SIZE = 4,
++  NT_PROCINFO_CPI_VERSION_SIZE = 4,
++  NT_PROCINFO_CPI_CPISIZE_SIZE = 4,
++  NT_PROCINFO_CPI_SIGNO_SIZE = 4,
++  NT_PROCINFO_CPI_SIGCODE_SIZE = 4,
++  NT_PROCINFO_CPI_SIGPEND_SIZE = 16,
++  NT_PROCINFO_CPI_SIGMASK_SIZE = 16,
++  NT_PROCINFO_CPI_SIGIGNORE_SIZE = 16,
++  NT_PROCINFO_CPI_SIGCATCH_SIZE = 16,
++  NT_PROCINFO_CPI_PID_SIZE = 4,
++  NT_PROCINFO_CPI_PPID_SIZE = 4,
++  NT_PROCINFO_CPI_PGRP_SIZE = 4,
++  NT_PROCINFO_CPI_SID_SIZE = 4,
++  NT_PROCINFO_CPI_RUID_SIZE = 4,
++  NT_PROCINFO_CPI_EUID_SIZE = 4,
++  NT_PROCINFO_CPI_SVUID_SIZE = 4,
++  NT_PROCINFO_CPI_RGID_SIZE = 4,
++  NT_PROCINFO_CPI_EGID_SIZE = 4,
++  NT_PROCINFO_CPI_SVGID_SIZE = 4,
++  NT_PROCINFO_CPI_NLWPS_SIZE = 4,
++  NT_PROCINFO_CPI_NAME_SIZE = 32,
++  NT_PROCINFO_CPI_SIGLWP_SIZE = 4,
 +};
 +
 +namespace AMD64 {


Home | Main Index | Thread Index | Old Index