pkgsrc-WIP-changes archive

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

lldb-git: Include patchset for std::call_once -> llvm::call_once switch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jan 30 15:29:07 2017 +0100
Changeset:	a74b7ace60bde2ba7e268575d8a43d6c9f6b8b8e

Modified Files:
	lldb-git/distinfo
Added Files:
	lldb-git/patches/patch-include_lldb_Core_Debugger.h
	lldb-git/patches/patch-source_Commands_CommandObjectPlatform.cpp
	lldb-git/patches/patch-source_Core_ConstString.cpp
	lldb-git/patches/patch-source_Core_Debugger.cpp
	lldb-git/patches/patch-source_Core_ModuleList.cpp
	lldb-git/patches/patch-source_Host_common_Editline.cpp
	lldb-git/patches/patch-source_Host_common_HostInfoBase.cpp
	lldb-git/patches/patch-source_Host_linux_HostInfoLinux.cpp
	lldb-git/patches/patch-source_Host_windows_HostInfoWindows.cpp
	lldb-git/patches/patch-source_Plugins_ExpressionParser_Clang_ClangModulesDeclVendor.cpp
	lldb-git/patches/patch-source_Plugins_Language_CPlusPlus_CPlusPlusLanguage.cpp
	lldb-git/patches/patch-source_Plugins_Language_Go_GoLanguage.cpp
	lldb-git/patches/patch-source_Plugins_Language_Java_JavaLanguage.cpp
	lldb-git/patches/patch-source_Plugins_Language_ObjC_ObjCLanguage.cpp
	lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformAppleSimulator.cpp
	lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformDarwin.cpp
	lldb-git/patches/patch-source_Plugins_Process_FreeBSD_ProcessFreeBSD.cpp
	lldb-git/patches/patch-source_Plugins_Process_Linux_NativeProcessLinux.cpp
	lldb-git/patches/patch-source_Plugins_Process_MacOSX-Kernel_ProcessKDP.cpp
	lldb-git/patches/patch-source_Plugins_Process_POSIX_ProcessPOSIXLog.cpp
	lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindows.cpp
	lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindowsLog.cpp
	lldb-git/patches/patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp
	lldb-git/patches/patch-source_Plugins_Process_gdb-remote_GDBRemoteCommunicationServerPlatform.cpp
	lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemote.cpp
	lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemoteLog.cpp
	lldb-git/patches/patch-source_Plugins_Process_mach-core_ProcessMachCore.cpp
	lldb-git/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp
	lldb-git/patches/patch-source_Plugins_ScriptInterpreter_None_ScriptInterpreterNone.cpp
	lldb-git/patches/patch-source_Plugins_ScriptInterpreter_Python_ScriptInterpreterPython.cpp
	lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.cpp
	lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.h
	lldb-git/patches/patch-source_Symbol_ClangASTContext.cpp
	lldb-git/patches/patch-source_Symbol_GoASTContext.cpp
	lldb-git/patches/patch-source_Target_Language.cpp
	lldb-git/patches/patch-tools_debugserver_source_MacOSX_DarwinLog_DarwinLogCollector.cpp

Log Message:
lldb-git: Include patchset for std::call_once -> llvm::call_once switch

This diff is helpful to polish the patch before sending 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=a74b7ace60bde2ba7e268575d8a43d6c9f6b8b8e

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

diffstat:
 lldb-git/distinfo                                  |  36 ++++
 .../patches/patch-include_lldb_Core_Debugger.h     |  12 ++
 ...patch-source_Commands_CommandObjectPlatform.cpp |  27 +++
 lldb-git/patches/patch-source_Core_ConstString.cpp |  31 ++++
 lldb-git/patches/patch-source_Core_Debugger.cpp    |  35 ++++
 lldb-git/patches/patch-source_Core_ModuleList.cpp  |  27 +++
 .../patches/patch-source_Host_common_Editline.cpp  |  23 +++
 .../patch-source_Host_common_HostInfoBase.cpp      | 183 +++++++++++++++++++++
 .../patch-source_Host_linux_HostInfoLinux.cpp      |  34 ++++
 .../patch-source_Host_windows_HostInfoWindows.cpp  |  23 +++
 ...pressionParser_Clang_ClangModulesDeclVendor.cpp |  24 +++
 ...lugins_Language_CPlusPlus_CPlusPlusLanguage.cpp |  61 +++++++
 ...patch-source_Plugins_Language_Go_GoLanguage.cpp |  38 +++++
 ...h-source_Plugins_Language_Java_JavaLanguage.cpp |  33 ++++
 ...h-source_Plugins_Language_ObjC_ObjCLanguage.cpp |  25 +++
 ...gins_Platform_MacOSX_PlatformAppleSimulator.cpp |  15 ++
 ...urce_Plugins_Platform_MacOSX_PlatformDarwin.cpp |  42 +++++
 ...urce_Plugins_Process_FreeBSD_ProcessFreeBSD.cpp |  24 +++
 ...ce_Plugins_Process_Linux_NativeProcessLinux.cpp |  16 ++
 ...ce_Plugins_Process_MacOSX-Kernel_ProcessKDP.cpp |  24 +++
 ...ource_Plugins_Process_POSIX_ProcessPOSIXLog.cpp |  30 ++++
 ...ugins_Process_Windows_Common_ProcessWindows.cpp |  24 +++
 ...ns_Process_Windows_Common_ProcessWindowsLog.cpp |  27 +++
 ...rce_Plugins_Process_elf-core_ProcessElfCore.cpp |  32 ++++
 ...remote_GDBRemoteCommunicationServerPlatform.cpp |  33 ++++
 ...Plugins_Process_gdb-remote_ProcessGDBRemote.cpp |  30 ++++
 ...gins_Process_gdb-remote_ProcessGDBRemoteLog.cpp |  31 ++++
 ...e_Plugins_Process_mach-core_ProcessMachCore.cpp |  32 ++++
 ...ce_Plugins_Process_minidump_ProcessMinidump.cpp |  31 ++++
 ...criptInterpreter_None_ScriptInterpreterNone.cpp |  30 ++++
 ...tInterpreter_Python_ScriptInterpreterPython.cpp |  28 ++++
 ...ce_Plugins_SymbolFile_DWARF_SymbolFileDWARF.cpp |  38 +++++
 ...urce_Plugins_SymbolFile_DWARF_SymbolFileDWARF.h |  12 ++
 .../patch-source_Symbol_ClangASTContext.cpp        |  26 +++
 .../patches/patch-source_Symbol_GoASTContext.cpp   |  29 ++++
 lldb-git/patches/patch-source_Target_Language.cpp  |  40 +++++
 ..._source_MacOSX_DarwinLog_DarwinLogCollector.cpp |  17 ++
 37 files changed, 1223 insertions(+)

diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index 7931384..26826d3 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -12,3 +12,39 @@ Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
 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-include_lldb_Core_Debugger.h) = 6b1f7e7c3d24a5f5c63e5c99374289e48612c0fd
+SHA1 (patch-source_Commands_CommandObjectPlatform.cpp) = 7a2ccd9ea9077ff04fa29dac134d9f702a8675e3
+SHA1 (patch-source_Core_ConstString.cpp) = d93d58c967d3dfd1b514e995aa4eb7e426381b3b
+SHA1 (patch-source_Core_Debugger.cpp) = 9f445f15298b553fdd78221f1c4cdacf66b857f9
+SHA1 (patch-source_Core_ModuleList.cpp) = 78540703746846670435e8fbfc7e87f044c8d0f8
+SHA1 (patch-source_Host_common_Editline.cpp) = f0d179ac0f29325ba852578ebfa98c53cc6c02a8
+SHA1 (patch-source_Host_common_HostInfoBase.cpp) = 8c6c2e7b660e03a44270f1da43f04056da2f3315
+SHA1 (patch-source_Host_linux_HostInfoLinux.cpp) = 07c9d4bdb7f956a4c1972e730d63e2136d0fe4d7
+SHA1 (patch-source_Host_windows_HostInfoWindows.cpp) = 0fc7e7d1d22ca2b16ecfccad0b4077e9357bde92
+SHA1 (patch-source_Plugins_ExpressionParser_Clang_ClangModulesDeclVendor.cpp) = 0d750b2783a26900ebaceb6beef68e89cc87e8e9
+SHA1 (patch-source_Plugins_Language_CPlusPlus_CPlusPlusLanguage.cpp) = 486c15f604d0b8e92e93dfdbb3e9dbf432002f8f
+SHA1 (patch-source_Plugins_Language_Go_GoLanguage.cpp) = af8d9b0e3511f071dc9b62c5dbdb521b923e73da
+SHA1 (patch-source_Plugins_Language_Java_JavaLanguage.cpp) = 946545144fc5826a41ca8aaa2fefff9adcba29bd
+SHA1 (patch-source_Plugins_Language_ObjC_ObjCLanguage.cpp) = 18d19b9cd398249c17a17b5abb4c5bc51abbdcd6
+SHA1 (patch-source_Plugins_Platform_MacOSX_PlatformAppleSimulator.cpp) = e68a3e5fb8f7d827913c7bcfabb1d082fad59b06
+SHA1 (patch-source_Plugins_Platform_MacOSX_PlatformDarwin.cpp) = 6ca2c1db26ac0b15569c2d3f49e4208c00d48a91
+SHA1 (patch-source_Plugins_Process_FreeBSD_ProcessFreeBSD.cpp) = c5e02878fd7d8f5f3c5b28dda245ad2b748f9d9b
+SHA1 (patch-source_Plugins_Process_Linux_NativeProcessLinux.cpp) = d46ee3f4af0f2c16bc83e42fb8a9bb3bfa05a580
+SHA1 (patch-source_Plugins_Process_MacOSX-Kernel_ProcessKDP.cpp) = d06162209d997aaca757f893bf828fdbde3da621
+SHA1 (patch-source_Plugins_Process_POSIX_ProcessPOSIXLog.cpp) = 387cfb6c9cf9049336db1e639a3b2baf8c945bf1
+SHA1 (patch-source_Plugins_Process_Windows_Common_ProcessWindows.cpp) = 19773fa604a7fadd5645fa8da7880b135f8506b7
+SHA1 (patch-source_Plugins_Process_Windows_Common_ProcessWindowsLog.cpp) = 1ac82481e38ef6e9a00d54b20a9c293da7c71699
+SHA1 (patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp) = 86b4fec1d11d8977b110ae109f33e6167d1b15e0
+SHA1 (patch-source_Plugins_Process_gdb-remote_GDBRemoteCommunicationServerPlatform.cpp) = 3a66b823ca12540be76338f13bd4e52f0af022a5
+SHA1 (patch-source_Plugins_Process_gdb-remote_ProcessGDBRemote.cpp) = 5814513e4180b4473209fb2456d3cf6231794296
+SHA1 (patch-source_Plugins_Process_gdb-remote_ProcessGDBRemoteLog.cpp) = cd657c11a717c97a3d24344e5996de676c9b6468
+SHA1 (patch-source_Plugins_Process_mach-core_ProcessMachCore.cpp) = 6a77fa5f1b0b99cfc50d73d343a892b36ae4018d
+SHA1 (patch-source_Plugins_Process_minidump_ProcessMinidump.cpp) = d277611578b8f990c8bf306805a5f21fa043a64f
+SHA1 (patch-source_Plugins_ScriptInterpreter_None_ScriptInterpreterNone.cpp) = 3b80822049658b4afb624da85832ff731e2de8de
+SHA1 (patch-source_Plugins_ScriptInterpreter_Python_ScriptInterpreterPython.cpp) = 62b4bdaa1058471cea30cbdb891f03963b656b1c
+SHA1 (patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.cpp) = 7aeca2a02a2dc390c876f3f545cec7e620a65c95
+SHA1 (patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.h) = f9c0ca5b65adff958e63696121668cb415880e6a
+SHA1 (patch-source_Symbol_ClangASTContext.cpp) = b82b171651e2e508485d23d892a89bceac71b808
+SHA1 (patch-source_Symbol_GoASTContext.cpp) = 0f6f9a00c69c9a131b778727e478a9054440e325
+SHA1 (patch-source_Target_Language.cpp) = 5c45db96d84b68dcd6088ef30f7b3b7ef1b2dd18
+SHA1 (patch-tools_debugserver_source_MacOSX_DarwinLog_DarwinLogCollector.cpp) = 4f6f70ab211d852b0e521ad9e0a8233734707351
diff --git a/lldb-git/patches/patch-include_lldb_Core_Debugger.h b/lldb-git/patches/patch-include_lldb_Core_Debugger.h
new file mode 100644
index 0000000..3e605e2
--- /dev/null
+++ b/lldb-git/patches/patch-include_lldb_Core_Debugger.h
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- include/lldb/Core/Debugger.h.orig	2016-12-14 14:10:24.000000000 +0000
++++ include/lldb/Core/Debugger.h
+@@ -374,7 +374,6 @@ protected:
+   HostThread m_io_handler_thread;
+   Broadcaster m_sync_broadcaster;
+   lldb::ListenerSP m_forward_listener_sp;
+-  std::once_flag m_clear_once;
+ 
+   //----------------------------------------------------------------------
+   // Events for m_sync_broadcaster
diff --git a/lldb-git/patches/patch-source_Commands_CommandObjectPlatform.cpp b/lldb-git/patches/patch-source_Commands_CommandObjectPlatform.cpp
new file mode 100644
index 0000000..ce811b5
--- /dev/null
+++ b/lldb-git/patches/patch-source_Commands_CommandObjectPlatform.cpp
@@ -0,0 +1,27 @@
+$NetBSD$
+
+--- source/Commands/CommandObjectPlatform.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Commands/CommandObjectPlatform.cpp
+@@ -30,9 +30,11 @@
+ #include "lldb/Utility/Utils.h"
+ 
+ #include "llvm/ADT/SmallString.h"
++#include "llvm/Support/Threading.h"
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ static mode_t ParsePermissionString(const char *) = delete;
+ 
+@@ -1249,8 +1251,8 @@ protected:
+   public:
+     CommandOptions()
+         : Options(), match_info(), show_args(false), verbose(false) {
+-      static std::once_flag g_once_flag;
+-      std::call_once(g_once_flag, []() {
++      LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++      llvm::call_once(g_once_flag, []() {
+         PosixPlatformCommandOptionValidator *posix_validator =
+             new PosixPlatformCommandOptionValidator();
+         for (auto &Option : g_platform_process_list_options) {
diff --git a/lldb-git/patches/patch-source_Core_ConstString.cpp b/lldb-git/patches/patch-source_Core_ConstString.cpp
new file mode 100644
index 0000000..2e4e12e
--- /dev/null
+++ b/lldb-git/patches/patch-source_Core_ConstString.cpp
@@ -0,0 +1,31 @@
+$NetBSD$
+
+--- source/Core/ConstString.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Core/ConstString.cpp
+@@ -19,10 +19,13 @@
+ #include "llvm/ADT/StringMap.h"
+ #include "llvm/Support/RWMutex.h"
+ 
++#include "llvm/Support/Atomic.h"
++
+ // Project includes
+ #include "lldb/Core/Stream.h"
+ 
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ class Pool {
+ public:
+@@ -191,10 +194,10 @@ protected:
+ // touch ConstStrings is difficult.  So we leak the pool instead.
+ //----------------------------------------------------------------------
+ static Pool &StringPool() {
+-  static std::once_flag g_pool_initialization_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_pool_initialization_flag);
+   static Pool *g_string_pool = nullptr;
+ 
+-  std::call_once(g_pool_initialization_flag,
++  llvm::call_once(g_pool_initialization_flag,
+                  []() { g_string_pool = new Pool(); });
+ 
+   return *g_string_pool;
diff --git a/lldb-git/patches/patch-source_Core_Debugger.cpp b/lldb-git/patches/patch-source_Core_Debugger.cpp
new file mode 100644
index 0000000..c4fe01c
--- /dev/null
+++ b/lldb-git/patches/patch-source_Core_Debugger.cpp
@@ -0,0 +1,35 @@
+$NetBSD$
+
+--- source/Core/Debugger.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Core/Debugger.cpp
+@@ -61,8 +61,11 @@
+ #include "lldb/Utility/AnsiTerminal.h"
+ #include "lldb/lldb-private.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ static lldb::user_id_t g_unique_id = 1;
+ static size_t g_debugger_event_thread_stack_bytes = 8 * 1024 * 1024;
+@@ -710,7 +713,7 @@ Debugger::Debugger(lldb::LogOutputCallba
+       m_input_reader_stack(), m_instance_name(), m_loaded_plugins(),
+       m_event_handler_thread(), m_io_handler_thread(),
+       m_sync_broadcaster(nullptr, "lldb.debugger.sync"),
+-      m_forward_listener_sp(), m_clear_once() {
++      m_forward_listener_sp() {
+   char instance_cstr[256];
+   snprintf(instance_cstr, sizeof(instance_cstr), "debugger_%d", (int)GetID());
+   m_instance_name.SetCString(instance_cstr);
+@@ -762,7 +765,8 @@ void Debugger::Clear() {
+   //     static void Debugger::Destroy(lldb::DebuggerSP &debugger_sp);
+   //     static void Debugger::Terminate();
+   //----------------------------------------------------------------------
+-  std::call_once(m_clear_once, [this]() {
++  LLVM_DEFINE_ONCE_FLAG(m_clear_once);
++  llvm::call_once(m_clear_once, [this]() {
+     ClearIOHandlers();
+     StopIOHandlerThread();
+     StopEventHandlerThread();
diff --git a/lldb-git/patches/patch-source_Core_ModuleList.cpp b/lldb-git/patches/patch-source_Core_ModuleList.cpp
new file mode 100644
index 0000000..efc437a
--- /dev/null
+++ b/lldb-git/patches/patch-source_Core_ModuleList.cpp
@@ -0,0 +1,27 @@
+$NetBSD$
+
+--- source/Core/ModuleList.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Core/ModuleList.cpp
+@@ -26,8 +26,11 @@
+ #include "lldb/Symbol/SymbolFile.h"
+ #include "lldb/Symbol/VariableList.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ ModuleList::ModuleList()
+     : m_modules(), m_modules_mutex(), m_notifier(nullptr) {}
+@@ -644,8 +647,8 @@ size_t ModuleList::GetIndexForModule(con
+ 
+ static ModuleList &GetSharedModuleList() {
+   static ModuleList *g_shared_module_list = nullptr;
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     // NOTE: Intentionally leak the module list so a program doesn't have to
+     // cleanup all modules and object files as it exits. This just wastes time
+     // doing a bunch of cleanup that isn't required.
diff --git a/lldb-git/patches/patch-source_Host_common_Editline.cpp b/lldb-git/patches/patch-source_Host_common_Editline.cpp
new file mode 100644
index 0000000..99bf321
--- /dev/null
+++ b/lldb-git/patches/patch-source_Host_common_Editline.cpp
@@ -0,0 +1,23 @@
+$NetBSD$
+
+--- source/Host/common/Editline.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Host/common/Editline.cpp
+@@ -24,6 +24,7 @@
+ 
+ using namespace lldb_private;
+ using namespace lldb_private::line_editor;
++using namespace llvm;
+ 
+ // Workaround for what looks like an OS X-specific issue, but other platforms
+ // may benefit from something similar if issues arise.  The libedit library
+@@ -1151,8 +1152,8 @@ Editline::Editline(const char *editline_
+     if (term_fd != -1) {
+       static std::mutex *g_init_terminal_fds_mutex_ptr = nullptr;
+       static std::set<int> *g_init_terminal_fds_ptr = nullptr;
+-      static std::once_flag g_once_flag;
+-      std::call_once(g_once_flag, [&]() {
++      LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++      llvm::call_once(g_once_flag, [&]() {
+         g_init_terminal_fds_mutex_ptr =
+             new std::mutex(); // NOTE: Leak to avoid C++ destructor chain issues
+         g_init_terminal_fds_ptr = new std::set<int>(); // NOTE: Leak to avoid
diff --git a/lldb-git/patches/patch-source_Host_common_HostInfoBase.cpp b/lldb-git/patches/patch-source_Host_common_HostInfoBase.cpp
new file mode 100644
index 0000000..451b9f1
--- /dev/null
+++ b/lldb-git/patches/patch-source_Host_common_HostInfoBase.cpp
@@ -0,0 +1,183 @@
+$NetBSD$
+
+--- source/Host/common/HostInfoBase.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Host/common/HostInfoBase.cpp
+@@ -22,6 +22,7 @@
+ #include "llvm/Support/Host.h"
+ #include "llvm/Support/Path.h"
+ #include "llvm/Support/ScopedPrinter.h"
++#include "llvm/Support/Threading.h"
+ #include "llvm/Support/raw_ostream.h"
+ 
+ #include <mutex> // std::once
+@@ -29,6 +30,7 @@
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ namespace {
+ //----------------------------------------------------------------------
+@@ -79,8 +81,8 @@ void HostInfoBase::Terminate() {
+ }
+ 
+ uint32_t HostInfoBase::GetNumberCPUS() {
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     g_fields->m_number_cpus = std::thread::hardware_concurrency();
+   });
+   return g_fields->m_number_cpus;
+@@ -89,8 +91,8 @@ uint32_t HostInfoBase::GetNumberCPUS() {
+ uint32_t HostInfoBase::GetMaxThreadNameLength() { return 0; }
+ 
+ llvm::StringRef HostInfoBase::GetVendorString() {
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     g_fields->m_vendor_string =
+         HostInfo::GetArchitecture().GetTriple().getVendorName().str();
+   });
+@@ -98,8 +100,8 @@ llvm::StringRef HostInfoBase::GetVendorS
+ }
+ 
+ llvm::StringRef HostInfoBase::GetOSString() {
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     g_fields->m_os_string =
+         std::move(HostInfo::GetArchitecture().GetTriple().getOSName());
+   });
+@@ -107,8 +109,8 @@ llvm::StringRef HostInfoBase::GetOSStrin
+ }
+ 
+ llvm::StringRef HostInfoBase::GetTargetTriple() {
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     g_fields->m_host_triple =
+         HostInfo::GetArchitecture().GetTriple().getTriple();
+   });
+@@ -116,8 +118,8 @@ llvm::StringRef HostInfoBase::GetTargetT
+ }
+ 
+ const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) {
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     HostInfo::ComputeHostArchitectureSupport(g_fields->m_host_arch_32,
+                                              g_fields->m_host_arch_64);
+   });
+@@ -144,9 +146,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+   FileSpec *result = nullptr;
+   switch (type) {
+   case lldb::ePathTypeLLDBShlibDir: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success =
+           HostInfo::ComputeSharedLibraryDirectory(g_fields->m_lldb_so_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+@@ -158,9 +160,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_so_dir;
+   } break;
+   case lldb::ePathTypeSupportExecutableDir: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success = HostInfo::ComputeSupportExeDirectory(
+           g_fields->m_lldb_support_exe_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+@@ -173,9 +175,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_support_exe_dir;
+   } break;
+   case lldb::ePathTypeHeaderDir: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success = HostInfo::ComputeHeaderDirectory(g_fields->m_lldb_headers_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+       if (log)
+@@ -186,9 +188,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_headers_dir;
+   } break;
+   case lldb::ePathTypePythonDir: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success = HostInfo::ComputePythonDirectory(g_fields->m_lldb_python_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+       if (log)
+@@ -199,9 +201,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_python_dir;
+   } break;
+   case lldb::ePathTypeClangDir: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success =
+           HostInfo::ComputeClangDirectory(g_fields->m_lldb_clang_resource_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+@@ -214,9 +216,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_clang_resource_dir;
+   } break;
+   case lldb::ePathTypeLLDBSystemPlugins: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success = HostInfo::ComputeSystemPluginsDirectory(
+           g_fields->m_lldb_system_plugin_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+@@ -229,9 +231,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_system_plugin_dir;
+   } break;
+   case lldb::ePathTypeLLDBUserPlugins: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success = HostInfo::ComputeUserPluginsDirectory(
+           g_fields->m_lldb_user_plugin_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+@@ -244,9 +246,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_user_plugin_dir;
+   } break;
+   case lldb::ePathTypeLLDBTempSystemDir: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success = HostInfo::ComputeProcessTempFileDirectory(
+           g_fields->m_lldb_process_tmp_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
+@@ -259,9 +261,9 @@ bool HostInfoBase::GetLLDBPath(lldb::Pat
+       result = &g_fields->m_lldb_process_tmp_dir;
+   } break;
+   case lldb::ePathTypeGlobalLLDBTempSystemDir: {
+-    static std::once_flag g_once_flag;
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+     static bool success = false;
+-    std::call_once(g_once_flag, []() {
++    llvm::call_once(g_once_flag, []() {
+       success = HostInfo::ComputeGlobalTempFileDirectory(
+           g_fields->m_lldb_global_tmp_dir);
+       Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST);
diff --git a/lldb-git/patches/patch-source_Host_linux_HostInfoLinux.cpp b/lldb-git/patches/patch-source_Host_linux_HostInfoLinux.cpp
new file mode 100644
index 0000000..fdcd5b2
--- /dev/null
+++ b/lldb-git/patches/patch-source_Host_linux_HostInfoLinux.cpp
@@ -0,0 +1,34 @@
+$NetBSD$
+
+--- source/Host/linux/HostInfoLinux.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Host/linux/HostInfoLinux.cpp
+@@ -19,6 +19,7 @@
+ #include <mutex> // std::once
+ 
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ namespace {
+ struct HostInfoLinuxFields {
+@@ -44,8 +45,8 @@ uint32_t HostInfoLinux::GetMaxThreadName
+ bool HostInfoLinux::GetOSVersion(uint32_t &major, uint32_t &minor,
+                                  uint32_t &update) {
+   static bool success = false;
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+ 
+     struct utsname un;
+     if (uname(&un) == 0) {
+@@ -100,8 +101,8 @@ bool HostInfoLinux::GetOSKernelDescripti
+ llvm::StringRef HostInfoLinux::GetDistributionId() {
+   // Try to run 'lbs_release -i', and use that response
+   // for the distribution id.
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+ 
+     Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST));
+     if (log)
diff --git a/lldb-git/patches/patch-source_Host_windows_HostInfoWindows.cpp b/lldb-git/patches/patch-source_Host_windows_HostInfoWindows.cpp
new file mode 100644
index 0000000..63d62a5
--- /dev/null
+++ b/lldb-git/patches/patch-source_Host_windows_HostInfoWindows.cpp
@@ -0,0 +1,23 @@
+$NetBSD$
+
+--- source/Host/windows/HostInfoWindows.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Host/windows/HostInfoWindows.cpp
+@@ -21,6 +21,7 @@
+ #include "llvm/Support/raw_ostream.h"
+ 
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ FileSpec HostInfoWindows::m_program_filespec;
+ 
+@@ -90,8 +91,8 @@ bool HostInfoWindows::GetHostname(std::s
+ }
+ 
+ FileSpec HostInfoWindows::GetProgramFileSpec() {
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     std::vector<wchar_t> buffer(PATH_MAX);
+     ::GetModuleFileNameW(NULL, buffer.data(), buffer.size());
+     std::string path;
diff --git a/lldb-git/patches/patch-source_Plugins_ExpressionParser_Clang_ClangModulesDeclVendor.cpp b/lldb-git/patches/patch-source_Plugins_ExpressionParser_Clang_ClangModulesDeclVendor.cpp
new file mode 100644
index 0000000..113a3f7
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_ExpressionParser_Clang_ClangModulesDeclVendor.cpp
@@ -0,0 +1,24 @@
+$NetBSD$
+
+--- source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
+@@ -35,6 +35,7 @@
+ #include "lldb/Utility/LLDBAssert.h"
+ 
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ namespace {
+ // Any Clang compiler requires a consumer for diagnostics.  This one stores them
+@@ -143,9 +144,9 @@ void StoringDiagnosticConsumer::DumpDiag
+ static FileSpec GetResourceDir() {
+   static FileSpec g_cached_resource_dir;
+ 
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     HostInfo::GetLLDBPath(lldb::ePathTypeClangDir, g_cached_resource_dir);
+   });
+ 
diff --git a/lldb-git/patches/patch-source_Plugins_Language_CPlusPlus_CPlusPlusLanguage.cpp b/lldb-git/patches/patch-source_Plugins_Language_CPlusPlus_CPlusPlusLanguage.cpp
new file mode 100644
index 0000000..a1bb044
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Language_CPlusPlus_CPlusPlusLanguage.cpp
@@ -0,0 +1,61 @@
+$NetBSD$
+
+--- source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
+@@ -33,6 +33,7 @@
+ #include "lldb/DataFormatters/DataVisualization.h"
+ #include "lldb/DataFormatters/FormattersHelpers.h"
+ #include "lldb/DataFormatters/VectorType.h"
++#include "llvm/Support/Threading.h"
+ 
+ #include "BlockPointer.h"
+ #include "CxxStringTypes.h"
+@@ -43,6 +44,7 @@
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::formatters;
++using namespace llvm;
+ 
+ void CPlusPlusLanguage::Initialize() {
+   PluginManager::RegisterPlugin(GetPluginNameStatic(), "C++ Language",
+@@ -1036,10 +1038,10 @@ std::unique_ptr<Language::TypeScavenger>
+ }
+ 
+ lldb::TypeCategoryImplSP CPlusPlusLanguage::GetFormatters() {
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+   static TypeCategoryImplSP g_category;
+ 
+-  std::call_once(g_initialize, [this]() -> void {
++  llvm::call_once(g_initialize, [this]() -> void {
+     DataVisualization::Categories::GetCategory(GetPluginName(), g_category);
+     if (g_category) {
+       LoadLibCxxFormatters(g_category);
+@@ -1052,11 +1054,11 @@ lldb::TypeCategoryImplSP CPlusPlusLangua
+ 
+ HardcodedFormatters::HardcodedSummaryFinder
+ CPlusPlusLanguage::GetHardcodedSummaries() {
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+   static ConstString g_vectortypes("VectorTypes");
+   static HardcodedFormatters::HardcodedSummaryFinder g_formatters;
+ 
+-  std::call_once(g_initialize, []() -> void {
++  llvm::call_once(g_initialize, []() -> void {
+     g_formatters.push_back(
+         [](lldb_private::ValueObject &valobj, lldb::DynamicValueType,
+            FormatManager &) -> TypeSummaryImpl::SharedPointer {
+@@ -1116,11 +1118,11 @@ CPlusPlusLanguage::GetHardcodedSummaries
+ 
+ HardcodedFormatters::HardcodedSyntheticFinder
+ CPlusPlusLanguage::GetHardcodedSynthetics() {
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+   static ConstString g_vectortypes("VectorTypes");
+   static HardcodedFormatters::HardcodedSyntheticFinder g_formatters;
+ 
+-  std::call_once(g_initialize, []() -> void {
++  llvm::call_once(g_initialize, []() -> void {
+     g_formatters.push_back([](lldb_private::ValueObject &valobj,
+                               lldb::DynamicValueType,
+                               FormatManager &
diff --git a/lldb-git/patches/patch-source_Plugins_Language_Go_GoLanguage.cpp b/lldb-git/patches/patch-source_Plugins_Language_Go_GoLanguage.cpp
new file mode 100644
index 0000000..5cc60be
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Language_Go_GoLanguage.cpp
@@ -0,0 +1,38 @@
+$NetBSD$
+
+--- source/Plugins/Language/Go/GoLanguage.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Plugins/Language/Go/GoLanguage.cpp
+@@ -27,6 +27,7 @@
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::formatters;
++using namespace llvm;
+ 
+ void GoLanguage::Initialize() {
+   PluginManager::RegisterPlugin(GetPluginNameStatic(), "Go Language",
+@@ -62,10 +63,10 @@ Language *GoLanguage::CreateInstance(lld
+ 
+ HardcodedFormatters::HardcodedSummaryFinder
+ GoLanguage::GetHardcodedSummaries() {
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+   static HardcodedFormatters::HardcodedSummaryFinder g_formatters;
+ 
+-  std::call_once(g_initialize, []() -> void {
++  llvm::call_once(g_initialize, []() -> void {
+     g_formatters.push_back(
+         [](lldb_private::ValueObject &valobj, lldb::DynamicValueType,
+            FormatManager &) -> TypeSummaryImpl::SharedPointer {
+@@ -104,10 +105,10 @@ GoLanguage::GetHardcodedSummaries() {
+ 
+ HardcodedFormatters::HardcodedSyntheticFinder
+ GoLanguage::GetHardcodedSynthetics() {
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+   static HardcodedFormatters::HardcodedSyntheticFinder g_formatters;
+ 
+-  std::call_once(g_initialize, []() -> void {
++  llvm::call_once(g_initialize, []() -> void {
+     g_formatters.push_back(
+         [](lldb_private::ValueObject &valobj, lldb::DynamicValueType,
+            FormatManager &fmt_mgr) -> SyntheticChildren::SharedPointer {
diff --git a/lldb-git/patches/patch-source_Plugins_Language_Java_JavaLanguage.cpp b/lldb-git/patches/patch-source_Plugins_Language_Java_JavaLanguage.cpp
new file mode 100644
index 0000000..91e6512
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Language_Java_JavaLanguage.cpp
@@ -0,0 +1,33 @@
+$NetBSD$
+
+--- source/Plugins/Language/Java/JavaLanguage.cpp.orig	2016-10-19 22:25:12.000000000 +0000
++++ source/Plugins/Language/Java/JavaLanguage.cpp
+@@ -15,6 +15,7 @@
+ 
+ // Other libraries and framework includes
+ #include "llvm/ADT/StringRef.h"
++#include "llvm/Support/Threading.h"
+ 
+ // Project includes
+ #include "JavaFormatterFunctions.h"
+@@ -28,6 +29,7 @@
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::formatters;
++using namespace llvm;
+ 
+ void JavaLanguage::Initialize() {
+   PluginManager::RegisterPlugin(GetPluginNameStatic(), "Java Language",
+@@ -64,10 +66,10 @@ bool JavaLanguage::IsNilReference(ValueO
+ }
+ 
+ lldb::TypeCategoryImplSP JavaLanguage::GetFormatters() {
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+   static TypeCategoryImplSP g_category;
+ 
+-  std::call_once(g_initialize, [this]() -> void {
++  llvm::call_once(g_initialize, [this]() -> void {
+     DataVisualization::Categories::GetCategory(GetPluginName(), g_category);
+     if (g_category) {
+       llvm::StringRef array_regexp("^.*\\[\\]&?$");
diff --git a/lldb-git/patches/patch-source_Plugins_Language_ObjC_ObjCLanguage.cpp b/lldb-git/patches/patch-source_Plugins_Language_ObjC_ObjCLanguage.cpp
new file mode 100644
index 0000000..8511ebe
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Language_ObjC_ObjCLanguage.cpp
@@ -0,0 +1,25 @@
+$NetBSD$
+
+--- source/Plugins/Language/ObjC/ObjCLanguage.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Plugins/Language/ObjC/ObjCLanguage.cpp
+@@ -36,6 +36,7 @@
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::formatters;
++using namespace llvm;
+ 
+ void ObjCLanguage::Initialize() {
+   PluginManager::RegisterPlugin(GetPluginNameStatic(), "Objective-C Language",
+@@ -857,10 +858,10 @@ static void LoadCoreMediaFormatters(Type
+ }
+ 
+ lldb::TypeCategoryImplSP ObjCLanguage::GetFormatters() {
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+   static TypeCategoryImplSP g_category;
+ 
+-  std::call_once(g_initialize, [this]() -> void {
++  llvm::call_once(g_initialize, [this]() -> void {
+     DataVisualization::Categories::GetCategory(GetPluginName(), g_category);
+     if (g_category) {
+       LoadCoreMediaFormatters(g_category);
diff --git a/lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformAppleSimulator.cpp b/lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformAppleSimulator.cpp
new file mode 100644
index 0000000..49d85f3
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformAppleSimulator.cpp
@@ -0,0 +1,15 @@
+$NetBSD$
+
+--- source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
+@@ -242,8 +242,8 @@ FileSpec PlatformAppleSimulator::GetCore
+ 
+ void PlatformAppleSimulator::LoadCoreSimulator() {
+ #if defined(__APPLE__)
+-  static std::once_flag g_load_core_sim_flag;
+-  std::call_once(g_load_core_sim_flag, [this] {
++  LLVM_DEFINE_ONCE_FLAG(g_load_core_sim_flag);
++  llvm::call_once(g_load_core_sim_flag, [this] {
+     const std::string core_sim_path(GetCoreSimulatorPath().GetPath());
+     if (core_sim_path.size())
+       dlopen(core_sim_path.c_str(), RTLD_LAZY);
diff --git a/lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformDarwin.cpp b/lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformDarwin.cpp
new file mode 100644
index 0000000..0a5fad2
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Platform_MacOSX_PlatformDarwin.cpp
@@ -0,0 +1,42 @@
+$NetBSD$
+
+--- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
+@@ -40,6 +40,7 @@
+ #include "lldb/Target/Process.h"
+ #include "lldb/Target/Target.h"
+ #include "llvm/ADT/STLExtras.h"
++#include "llvm/Support/Threading.h"
+ 
+ #if defined(__APPLE__)
+ #include <TargetConditionals.h> // for TARGET_OS_TV, TARGET_OS_WATCH
+@@ -47,6 +48,7 @@
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ //------------------------------------------------------------------
+ /// Default Constructor
+@@ -1452,8 +1454,8 @@ static FileSpec CheckPathForXcode(const 
+ 
+ static FileSpec GetXcodeContentsPath() {
+   static FileSpec g_xcode_filespec;
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+ 
+     FileSpec fspec;
+ 
+@@ -1835,8 +1837,8 @@ lldb_private::FileSpec PlatformDarwin::L
+ 
+   // Find the global list of directories that we will search for
+   // executables once so we don't keep doing the work over and over.
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+ 
+     // When locating executables, trust the DEVELOPER_DIR first if it is set
+     FileSpec xcode_contents_dir = GetXcodeContentsPath();
diff --git a/lldb-git/patches/patch-source_Plugins_Process_FreeBSD_ProcessFreeBSD.cpp b/lldb-git/patches/patch-source_Plugins_Process_FreeBSD_ProcessFreeBSD.cpp
new file mode 100644
index 0000000..361b72a
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_FreeBSD_ProcessFreeBSD.cpp
@@ -0,0 +1,24 @@
+$NetBSD$
+
+--- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
+@@ -48,6 +48,7 @@
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ namespace {
+ UnixSignalsSP &GetFreeBSDSignals() {
+@@ -71,9 +72,9 @@ ProcessFreeBSD::CreateInstance(lldb::Tar
+ }
+ 
+ void ProcessFreeBSD::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(), CreateInstance);
+     ProcessPOSIXLog::Initialize(GetPluginNameStatic());
diff --git a/lldb-git/patches/patch-source_Plugins_Process_Linux_NativeProcessLinux.cpp b/lldb-git/patches/patch-source_Plugins_Process_Linux_NativeProcessLinux.cpp
new file mode 100644
index 0000000..5f88882
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_Linux_NativeProcessLinux.cpp
@@ -0,0 +1,16 @@
+$NetBSD$
+
+--- source/Plugins/Process/Linux/NativeProcessLinux.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/Process/Linux/NativeProcessLinux.cpp
+@@ -75,9 +75,9 @@ using namespace llvm;
+ 
+ static bool ProcessVmReadvSupported() {
+   static bool is_supported;
+-  static std::once_flag flag;
++  LLVM_DEFINE_ONCE_FLAG(flag);
+ 
+-  std::call_once(flag, [] {
++  llvm::call_once(flag, [] {
+     Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PROCESS));
+ 
+     uint32_t source = 0x47424742;
diff --git a/lldb-git/patches/patch-source_Plugins_Process_MacOSX-Kernel_ProcessKDP.cpp b/lldb-git/patches/patch-source_Plugins_Process_MacOSX-Kernel_ProcessKDP.cpp
new file mode 100644
index 0000000..e769208
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_MacOSX-Kernel_ProcessKDP.cpp
@@ -0,0 +1,24 @@
+$NetBSD$
+
+--- source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
+@@ -50,6 +50,7 @@
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ namespace {
+ 
+@@ -718,9 +719,9 @@ Error ProcessKDP::DoSignal(int signo) {
+ }
+ 
+ void ProcessKDP::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(), CreateInstance,
+                                   DebuggerInitialize);
diff --git a/lldb-git/patches/patch-source_Plugins_Process_POSIX_ProcessPOSIXLog.cpp b/lldb-git/patches/patch-source_Plugins_Process_POSIX_ProcessPOSIXLog.cpp
new file mode 100644
index 0000000..d6faf52
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_POSIX_ProcessPOSIXLog.cpp
@@ -0,0 +1,30 @@
+$NetBSD$
+
+--- source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
+@@ -15,10 +15,13 @@
+ #include "lldb/Core/StreamFile.h"
+ #include "lldb/Interpreter/Args.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ #include "ProcessPOSIXLog.h"
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ // We want to avoid global constructors where code needs to be run so here we
+ // control access to our static g_log_sp by hiding it in a singleton function
+@@ -33,9 +36,9 @@ static Log *GetLog() {
+ }
+ 
+ void ProcessPOSIXLog::Initialize(ConstString name) {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, [name]() {
++  llvm::call_once(g_once_flag, [name]() {
+     Log::Callbacks log_callbacks = {DisableLog, EnableLog, ListLogCategories};
+ 
+     Log::RegisterLogChannel(name, log_callbacks);
diff --git a/lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindows.cpp b/lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindows.cpp
new file mode 100644
index 0000000..4a607d7
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindows.cpp
@@ -0,0 +1,24 @@
+$NetBSD$
+
+--- source/Plugins/Process/Windows/Common/ProcessWindows.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+@@ -41,6 +41,7 @@
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ namespace {
+ std::string GetProcessExecutableName(HANDLE process_handle) {
+@@ -102,9 +103,9 @@ ProcessSP ProcessWindows::CreateInstance
+ }
+ 
+ void ProcessWindows::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(), CreateInstance);
+   });
diff --git a/lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindowsLog.cpp b/lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindowsLog.cpp
new file mode 100644
index 0000000..bfe1c40
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_Windows_Common_ProcessWindowsLog.cpp
@@ -0,0 +1,27 @@
+$NetBSD$
+
+--- source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp
+@@ -17,6 +17,7 @@
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ // We want to avoid global constructors where code needs to be run so here we
+ // control access to our static g_log_sp by hiding it in a singleton function
+@@ -25,12 +26,12 @@ using namespace lldb_private;
+ static bool g_log_enabled = false;
+ static Log *g_log = nullptr;
+ 
+-static llvm::ManagedStatic<std::once_flag> g_once_flag;
++LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+ void ProcessWindowsLog::Initialize() {
+   static ConstString g_name("windows");
+ 
+-  std::call_once(*g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     Log::Callbacks log_callbacks = {DisableLog, EnableLog, ListLogCategories};
+ 
+     Log::RegisterLogChannel(g_name, log_callbacks);
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
new file mode 100644
index 0000000..ff785d9
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_elf-core_ProcessElfCore.cpp
@@ -0,0 +1,32 @@
+$NetBSD$
+
+--- source/Plugins/Process/elf-core/ProcessElfCore.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Plugins/Process/elf-core/ProcessElfCore.cpp
+@@ -27,6 +27,7 @@
+ #include "lldb/Target/UnixSignals.h"
+ 
+ #include "llvm/Support/ELF.h"
++#include "llvm/Support/Threading.h"
+ 
+ #include "Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h"
+ #include "Plugins/ObjectFile/ELF/ObjectFileELF.h"
+@@ -36,6 +37,7 @@
+ #include "ThreadElfCore.h"
+ 
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ ConstString ProcessElfCore::GetPluginNameStatic() {
+   static ConstString g_name("elf-core");
+@@ -398,9 +400,9 @@ void ProcessElfCore::Clear() {
+ }
+ 
+ void ProcessElfCore::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(), CreateInstance);
+   });
diff --git a/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_GDBRemoteCommunicationServerPlatform.cpp b/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_GDBRemoteCommunicationServerPlatform.cpp
new file mode 100644
index 0000000..2f927cf
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_GDBRemoteCommunicationServerPlatform.cpp
@@ -0,0 +1,33 @@
+$NetBSD$
+
+--- source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
+@@ -36,6 +36,8 @@
+ #include "lldb/Target/UnixSignals.h"
+ #include "lldb/Utility/JSON.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ // Project includes
+ #include "Utility/StringExtractorGDBRemote.h"
+ #include "Utility/UriParser.h"
+@@ -43,6 +45,7 @@
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::process_gdb_remote;
++using namespace llvm;
+ 
+ //----------------------------------------------------------------------
+ // GDBRemoteCommunicationServerPlatform constructor
+@@ -528,9 +531,9 @@ bool GDBRemoteCommunicationServerPlatfor
+ 
+ const FileSpec &GDBRemoteCommunicationServerPlatform::GetDomainSocketDir() {
+   static FileSpec g_domainsocket_dir;
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     const char *domainsocket_dir_env =
+         ::getenv("LLDB_DEBUGSERVER_DOMAINSOCKET_DIR");
+     if (domainsocket_dir_env != nullptr)
diff --git a/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemote.cpp b/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemote.cpp
new file mode 100644
index 0000000..f196b10
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemote.cpp
@@ -0,0 +1,30 @@
+$NetBSD$
+
+--- source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+@@ -81,11 +81,13 @@
+ 
+ #include "llvm/ADT/StringSwitch.h"
+ #include "llvm/Support/raw_ostream.h"
++#include "llvm/Support/Threading.h"
+ 
+ #define DEBUGSERVER_BASENAME "debugserver"
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::process_gdb_remote;
++using namespace llvm;
+ 
+ namespace lldb {
+ // Provide a function that can easily dump the packet history if we know a
+@@ -3434,9 +3436,9 @@ void ProcessGDBRemote::KillDebugserverPr
+ }
+ 
+ void ProcessGDBRemote::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(), CreateInstance,
+                                   DebuggerInitialize);
diff --git a/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemoteLog.cpp b/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemoteLog.cpp
new file mode 100644
index 0000000..2d6d3de
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_ProcessGDBRemoteLog.cpp
@@ -0,0 +1,31 @@
+$NetBSD$
+
+--- source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp.orig	2016-10-19 22:25:12.000000000 +0000
++++ source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
+@@ -14,11 +14,14 @@
+ #include "lldb/Core/StreamFile.h"
+ #include "lldb/Interpreter/Args.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ #include "ProcessGDBRemote.h"
+ 
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::process_gdb_remote;
++using namespace llvm;
+ 
+ // We want to avoid global constructors where code needs to be run so here we
+ // control access to our static g_log_sp by hiding it in a singleton function
+@@ -34,9 +37,9 @@ static Log *GetLog() {
+ 
+ void ProcessGDBRemoteLog::Initialize() {
+   static ConstString g_name("gdb-remote");
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     Log::Callbacks log_callbacks = {DisableLog, EnableLog, ListLogCategories};
+ 
+     Log::RegisterLogChannel(g_name, log_callbacks);
diff --git a/lldb-git/patches/patch-source_Plugins_Process_mach-core_ProcessMachCore.cpp b/lldb-git/patches/patch-source_Plugins_Process_mach-core_ProcessMachCore.cpp
new file mode 100644
index 0000000..85adbae
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_mach-core_ProcessMachCore.cpp
@@ -0,0 +1,32 @@
+$NetBSD$
+
+--- source/Plugins/Process/mach-core/ProcessMachCore.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Plugins/Process/mach-core/ProcessMachCore.cpp
+@@ -39,12 +39,15 @@
+ // Needed for the plug-in names for the dynamic loaders.
+ #include "lldb/Utility/SafeMachO.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ #include "Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h"
+ #include "Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h"
+ #include "Plugins/ObjectFile/Mach-O/ObjectFileMachO.h"
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ ConstString ProcessMachCore::GetPluginNameStatic() {
+   static ConstString g_name("mach-o-core");
+@@ -579,9 +582,9 @@ Error ProcessMachCore::GetMemoryRegionIn
+ void ProcessMachCore::Clear() { m_thread_list.Clear(); }
+ 
+ void ProcessMachCore::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(), CreateInstance);
+   });
diff --git a/lldb-git/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp b/lldb-git/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp
new file mode 100644
index 0000000..50b45ef
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_Process_minidump_ProcessMinidump.cpp
@@ -0,0 +1,31 @@
+$NetBSD$
+
+--- source/Plugins/Process/minidump/ProcessMinidump.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Plugins/Process/minidump/ProcessMinidump.cpp
+@@ -25,11 +25,14 @@
+ #include "lldb/Target/UnixSignals.h"
+ #include "lldb/Utility/LLDBAssert.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ // C includes
+ // C++ includes
+ 
+ using namespace lldb_private;
+ using namespace minidump;
++using namespace llvm;
+ 
+ ConstString ProcessMinidump::GetPluginNameStatic() {
+   static ConstString g_name("minidump");
+@@ -92,9 +95,9 @@ ProcessMinidump::~ProcessMinidump() {
+ }
+ 
+ void ProcessMinidump::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(),
+                                   ProcessMinidump::CreateInstance);
diff --git a/lldb-git/patches/patch-source_Plugins_ScriptInterpreter_None_ScriptInterpreterNone.cpp b/lldb-git/patches/patch-source_Plugins_ScriptInterpreter_None_ScriptInterpreterNone.cpp
new file mode 100644
index 0000000..0551ae6
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_ScriptInterpreter_None_ScriptInterpreterNone.cpp
@@ -0,0 +1,30 @@
+$NetBSD$
+
+--- source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
+@@ -15,10 +15,13 @@
+ #include "lldb/Core/StringList.h"
+ #include "lldb/Interpreter/CommandInterpreter.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ #include <mutex>
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ ScriptInterpreterNone::ScriptInterpreterNone(CommandInterpreter &interpreter)
+     : ScriptInterpreter(interpreter, eScriptLanguageNone) {}
+@@ -39,9 +42,9 @@ void ScriptInterpreterNone::ExecuteInter
+ }
+ 
+ void ScriptInterpreterNone::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(),
+                                   lldb::eScriptLanguageNone, CreateInstance);
diff --git a/lldb-git/patches/patch-source_Plugins_ScriptInterpreter_Python_ScriptInterpreterPython.cpp b/lldb-git/patches/patch-source_Plugins_ScriptInterpreter_Python_ScriptInterpreterPython.cpp
new file mode 100644
index 0000000..96d9a11
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_ScriptInterpreter_Python_ScriptInterpreterPython.cpp
@@ -0,0 +1,28 @@
+$NetBSD$
+
+--- source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
+@@ -51,9 +51,11 @@
+ 
+ #include "llvm/ADT/STLExtras.h"
+ #include "llvm/ADT/StringRef.h"
++#include "llvm/Support/Threading.h"
+ 
+ using namespace lldb;
+ using namespace lldb_private;
++using namespace llvm;
+ 
+ static ScriptInterpreterPython::SWIGInitCallback g_swig_init_callback = nullptr;
+ static ScriptInterpreterPython::SWIGBreakpointCallbackFunction
+@@ -338,9 +340,9 @@ ScriptInterpreterPython::~ScriptInterpre
+ }
+ 
+ void ScriptInterpreterPython::Initialize() {
+-  static std::once_flag g_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
+ 
+-  std::call_once(g_once_flag, []() {
++  llvm::call_once(g_once_flag, []() {
+     PluginManager::RegisterPlugin(GetPluginNameStatic(),
+                                   GetPluginDescriptionStatic(),
+                                   lldb::eScriptLanguagePython, CreateInstance);
diff --git a/lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.cpp b/lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.cpp
new file mode 100644
index 0000000..1669f49
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.cpp
@@ -0,0 +1,38 @@
+$NetBSD$
+
+--- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
+@@ -11,6 +11,7 @@
+ 
+ // Other libraries and framework includes
+ #include "llvm/Support/Casting.h"
++#include "llvm/Support/Threading.h"
+ 
+ #include "lldb/Core/ArchSpec.h"
+ #include "lldb/Core/Module.h"
+@@ -553,7 +554,8 @@ uint32_t SymbolFileDWARF::CalculateAbili
+ const DWARFDataExtractor &
+ SymbolFileDWARF::GetCachedSectionData(lldb::SectionType sect_type,
+                                       DWARFDataSegment &data_segment) {
+-  std::call_once(data_segment.m_flag, &SymbolFileDWARF::LoadSectionData, this,
++  LLVM_DEFINE_ONCE_FLAG(m_flag);
++  llvm::call_once(m_flag, &SymbolFileDWARF::LoadSectionData, this,
+                  sect_type, std::ref(data_segment.m_data));
+   return data_segment.m_data;
+ }
+@@ -1630,13 +1632,13 @@ SymbolFileDWARF::GlobalVariableMap &Symb
+               VariableSP var_sp = globals_sp->GetVariableAtIndex(g);
+               if (var_sp && !var_sp->GetLocationIsConstantValueData()) {
+                 const DWARFExpression &location = var_sp->LocationExpression();
+-                Value location_result;
++                lldb_private::Value location_result;
+                 Error error;
+                 if (location.Evaluate(nullptr, nullptr, nullptr,
+                                       LLDB_INVALID_ADDRESS, nullptr, nullptr,
+                                       location_result, &error)) {
+                   if (location_result.GetValueType() ==
+-                      Value::eValueTypeFileAddress) {
++                      lldb_private::Value::eValueTypeFileAddress) {
+                     lldb::addr_t file_addr =
+                         location_result.GetScalar().ULongLong();
+                     lldb::addr_t byte_size = 1;
diff --git a/lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.h b/lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.h
new file mode 100644
index 0000000..dd666b9
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_SymbolFile_DWARF_SymbolFileDWARF.h
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
+@@ -305,7 +305,6 @@ protected:
+   typedef llvm::DenseMap<lldb::opaque_compiler_type_t, DIERef> ClangTypeToDIE;
+ 
+   struct DWARFDataSegment {
+-    std::once_flag m_flag;
+     lldb_private::DWARFDataExtractor m_data;
+   };
+ 
diff --git a/lldb-git/patches/patch-source_Symbol_ClangASTContext.cpp b/lldb-git/patches/patch-source_Symbol_ClangASTContext.cpp
new file mode 100644
index 0000000..939c308
--- /dev/null
+++ b/lldb-git/patches/patch-source_Symbol_ClangASTContext.cpp
@@ -0,0 +1,26 @@
+$NetBSD$
+
+--- source/Symbol/ClangASTContext.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ source/Symbol/ClangASTContext.cpp
+@@ -127,8 +127,8 @@ typedef lldb_private::ThreadSafeDenseMap
+ 
+ static ClangASTMap &GetASTMap() {
+   static ClangASTMap *g_map_ptr = nullptr;
+-  static std::once_flag g_once_flag;
+-  std::call_once(g_once_flag, []() {
++  LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++  llvm::call_once(g_once_flag, []() {
+     g_map_ptr = new ClangASTMap(); // leaked on purpose to avoid spins
+   });
+   return *g_map_ptr;
+@@ -954,8 +954,8 @@ ClangASTContext::GetBasicTypeEnumeration
+   if (name) {
+     typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap;
+     static TypeNameToBasicTypeMap g_type_map;
+-    static std::once_flag g_once_flag;
+-    std::call_once(g_once_flag, []() {
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++    llvm::call_once(g_once_flag, []() {
+       // "void"
+       g_type_map.Append(ConstString("void").GetStringRef(), eBasicTypeVoid);
+ 
diff --git a/lldb-git/patches/patch-source_Symbol_GoASTContext.cpp b/lldb-git/patches/patch-source_Symbol_GoASTContext.cpp
new file mode 100644
index 0000000..7c5eed6
--- /dev/null
+++ b/lldb-git/patches/patch-source_Symbol_GoASTContext.cpp
@@ -0,0 +1,29 @@
+$NetBSD$
+
+--- source/Symbol/GoASTContext.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Symbol/GoASTContext.cpp
+@@ -25,10 +25,13 @@
+ #include "lldb/Target/ExecutionContext.h"
+ #include "lldb/Target/Target.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ #include "Plugins/ExpressionParser/Go/GoUserExpression.h"
+ #include "Plugins/SymbolFile/DWARF/DWARFASTParserGo.h"
+ 
+ using namespace lldb;
++using namespace llvm;
+ 
+ namespace lldb_private {
+ class GoArray;
+@@ -593,8 +596,8 @@ GoASTContext::GetBasicTypeEnumeration(ll
+   if (name) {
+     typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap;
+     static TypeNameToBasicTypeMap g_type_map;
+-    static std::once_flag g_once_flag;
+-    std::call_once(g_once_flag, []() {
++    LLVM_DEFINE_ONCE_FLAG(g_once_flag);
++    llvm::call_once(g_once_flag, []() {
+       // "void"
+       g_type_map.Append(ConstString("void").GetStringRef(), eBasicTypeVoid);
+       // "int"
diff --git a/lldb-git/patches/patch-source_Target_Language.cpp b/lldb-git/patches/patch-source_Target_Language.cpp
new file mode 100644
index 0000000..1ab7537
--- /dev/null
+++ b/lldb-git/patches/patch-source_Target_Language.cpp
@@ -0,0 +1,40 @@
+$NetBSD$
+
+--- source/Target/Language.cpp.orig	2016-12-14 14:10:24.000000000 +0000
++++ source/Target/Language.cpp
+@@ -20,18 +20,21 @@
+ #include "lldb/Symbol/TypeList.h"
+ #include "lldb/Target/Target.h"
+ 
++#include "llvm/Support/Threading.h"
++
+ using namespace lldb;
+ using namespace lldb_private;
+ using namespace lldb_private::formatters;
++using namespace llvm;
+ 
+ typedef std::unique_ptr<Language> LanguageUP;
+ typedef std::map<lldb::LanguageType, LanguageUP> LanguagesMap;
+ 
+ static LanguagesMap &GetLanguagesMap() {
+   static LanguagesMap *g_map = nullptr;
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+ 
+-  std::call_once(g_initialize, [] {
++  llvm::call_once(g_initialize, [] {
+     g_map = new LanguagesMap(); // NOTE: INTENTIONAL LEAK due to global
+                                 // destructor chain
+   });
+@@ -40,9 +43,9 @@ static LanguagesMap &GetLanguagesMap() {
+ }
+ static std::mutex &GetLanguagesMutex() {
+   static std::mutex *g_mutex = nullptr;
+-  static std::once_flag g_initialize;
++  LLVM_DEFINE_ONCE_FLAG(g_initialize);
+ 
+-  std::call_once(g_initialize, [] {
++  llvm::call_once(g_initialize, [] {
+     g_mutex = new std::mutex(); // NOTE: INTENTIONAL LEAK due to global
+                                 // destructor chain
+   });
diff --git a/lldb-git/patches/patch-tools_debugserver_source_MacOSX_DarwinLog_DarwinLogCollector.cpp b/lldb-git/patches/patch-tools_debugserver_source_MacOSX_DarwinLog_DarwinLogCollector.cpp
new file mode 100644
index 0000000..55ca341
--- /dev/null
+++ b/lldb-git/patches/patch-tools_debugserver_source_MacOSX_DarwinLog_DarwinLogCollector.cpp
@@ -0,0 +1,17 @@
+$NetBSD$
+
+--- tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.cpp.orig	2017-01-28 19:35:15.000000000 +0000
++++ tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.cpp
+@@ -46,10 +46,10 @@ static os_activity_stream_set_event_hand
+     s_os_activity_stream_set_event_handler;
+ 
+ bool LookupSPICalls() {
+-  static std::once_flag s_once_flag;
++  LLVM_DEFINE_ONCE_FLAG(s_once_flag);
+   static bool s_has_spi;
+ 
+-  std::call_once(s_once_flag, [] {
++  llvm::call_once(s_once_flag, [] {
+     dlopen ("/System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport", RTLD_NOW);
+     s_os_activity_stream_for_pid = (os_activity_stream_for_pid_t)dlsym(
+         RTLD_DEFAULT, "os_activity_stream_for_pid");


Home | Main Index | Thread Index | Old Index