pkgsrc-WIP-changes archive

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

lldb-git: Reorder includes alphabetically



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 4 21:26:30 2017 +0100
Changeset:	ea4943c2328ad1fe095bb05bfed0563c04879626

Modified Files:
	lldb-netbsd/distinfo
	lldb-netbsd/patches/patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp
	lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp

Log Message:
lldb-git: Reorder includes alphabetically

This patch helps to reduce diff with 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=ea4943c2328ad1fe095bb05bfed0563c04879626

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

diffstat:
 lldb-netbsd/distinfo                                        |  4 ++--
 .../patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp | 13 ++++++-------
 ...ch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp |  4 ++--
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs:
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index 3ea30bc905..396aa407a8 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -21,11 +21,11 @@ SHA1 (patch-source_Host_linux_HostInfoLinux.cpp) = fb375b959fe0f08c9e888194c58af
 SHA1 (patch-source_Host_netbsd_HostThreadNetBSD.cpp) = a1b0fbdad062309a845cfefe4469614fbbe9d20e
 SHA1 (patch-source_Host_netbsd_ThisThread.cpp) = f0d32c81bc1b8fe9aeb86519ea46ba2cb16571c2
 SHA1 (patch-source_Initialization_SystemInitializerCommon.cpp) = 80c850b980fe2902f10e441df7a18f428dd1154a
-SHA1 (patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp) = 8815b6c32192a763523c35f9edd80cba009a08ae
+SHA1 (patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp) = 03f19a72814e94da205f227c9d67c2c0c39eec1d
 SHA1 (patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.h) = c95a91f230e3504eb1adc07f1b58ef5805a335fc
 SHA1 (patch-source_Plugins_Process_CMakeLists.txt) = c689ff4ec455234f8d506dc9eb8e0ed7f750d426
 SHA1 (patch-source_Plugins_Process_NetBSD_CMakeLists.txt) = 483584dad2dba01dccd065435a5d75eedf11b3c6
-SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp) = 1553f31a05d79c6df6212836d5e83c6bd7003b3e
+SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp) = 738610c6559ad2a5552c08bf19b8210ead2836cc
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.h) = c48bb2dd45682164ab904b8b3f7664b91ac35d5b
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.cpp) = 4369b37e51c367787a12c7f935a8f5daf274841e
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.h) = 22e5c436baea68b38058c8387318d08c7a43c149
diff --git a/lldb-netbsd/patches/patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp b/lldb-netbsd/patches/patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp
index 5051ee8ceb..fbc0dea033 100644
--- a/lldb-netbsd/patches/patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp
+++ b/lldb-netbsd/patches/patch-source_Plugins_Platform_NetBSD_PlatformNetBSD.cpp
@@ -8,7 +8,6 @@ $NetBSD$
  #include "lldb/Breakpoint/BreakpointLocation.h"
 -#include "lldb/Breakpoint/BreakpointSite.h"
  #include "lldb/Core/Debugger.h"
-+#include "lldb/Utility/Error.h"
 +#include "lldb/Core/Log.h"
  #include "lldb/Core/Module.h"
 +#include "lldb/Core/ModuleList.h"
@@ -16,14 +15,14 @@ $NetBSD$
  #include "lldb/Core/PluginManager.h"
 -#include "lldb/Host/Host.h"
 +#include "lldb/Core/State.h"
-+#include "lldb/Utility/StreamString.h"
 +#include "lldb/Host/FileSpec.h"
  #include "lldb/Host/HostInfo.h"
 +#include "lldb/Interpreter/OptionValueProperties.h"
 +#include "lldb/Interpreter/Property.h"
  #include "lldb/Target/Process.h"
--#include "lldb/Utility/Error.h"
 +#include "lldb/Target/Target.h"
+ #include "lldb/Utility/Error.h"
++#include "lldb/Utility/StreamString.h"
 +
 +// Define these constants from NetBSD mman.h for use when targeting
 +// remote linux systems even when host has different values.
@@ -297,9 +296,7 @@ $NetBSD$
 -
 -  return error;
 -}
-+    : PlatformPOSIX(is_host) // This is the local host platform
-+{}
- 
+-
 -Error PlatformNetBSD::DisconnectRemote() {
 -  Error error;
 -
@@ -353,7 +350,9 @@ $NetBSD$
 -          old_module_sp_ptr, did_create_ptr);
 -    }
 -  }
--
++    : PlatformPOSIX(is_host) // This is the local host platform
++{}
+ 
 -  if (!module_sp) {
 -    // Fall back to the local platform and find the file locally
 -    error = Platform::GetSharedModule(module_spec, process, module_sp,
diff --git a/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp b/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp
index a14b45ea71..31e8863785 100644
--- a/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp
+++ b/lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp
@@ -1,6 +1,6 @@
 $NetBSD$
 
---- source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp.orig	2017-02-01 14:48:47.318295132 +0000
+--- source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp.orig	2017-02-04 19:17:06.215419277 +0000
 +++ source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
 @@ -0,0 +1,1387 @@
 +//===-- NativeProcessNetBSD.cpp -------------------------------- -*- C++ -*-===//
@@ -30,7 +30,7 @@ $NetBSD$
 +
 +// Other libraries and framework includes
 +#include "lldb/Core/EmulateInstruction.h"
-+#include "lldb/Core/Error.h"
++#include "lldb/Utility/Error.h"
 +#include "lldb/Core/ModuleSpec.h"
 +#include "lldb/Core/RegisterValue.h"
 +#include "lldb/Core/State.h"


Home | Main Index | Thread Index | Old Index