[Lldb-commits] [PATCH] D14530: Plug-in PlatformNetBSD initializer and terminator
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 19 13:33:11 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253601: Plug-in PlatformNetBSD initializer and terminator (authored by emaste).
Changed prior to commit:
http://reviews.llvm.org/D14530?vs=39788&id=40700#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14530
Files:
lldb/trunk/source/Initialization/SystemInitializerCommon.cpp
Index: lldb/trunk/source/Initialization/SystemInitializerCommon.cpp
===================================================================
--- lldb/trunk/source/Initialization/SystemInitializerCommon.cpp
+++ lldb/trunk/source/Initialization/SystemInitializerCommon.cpp
@@ -115,6 +115,7 @@
DynamicLoaderWindowsDYLD::Initialize();
platform_freebsd::PlatformFreeBSD::Initialize();
platform_linux::PlatformLinux::Initialize();
+ platform_netbsd::PlatformNetBSD::Initialize();
PlatformWindows::Initialize();
PlatformKalimba::Initialize();
platform_android::PlatformAndroid::Initialize();
@@ -162,6 +163,7 @@
DynamicLoaderWindowsDYLD::Terminate();
platform_freebsd::PlatformFreeBSD::Terminate();
platform_linux::PlatformLinux::Terminate();
+ platform_netbsd::PlatformNetBSD::Terminate();
PlatformWindows::Terminate();
PlatformKalimba::Terminate();
platform_android::PlatformAndroid::Terminate();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14530.40700.patch
Type: text/x-patch
Size: 953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151119/35ba0788/attachment.bin>
More information about the lldb-commits
mailing list