Use the new native unwinder by default.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118264 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
index 478684d..6ee1406 100644
--- a/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
+++ b/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
@@ -123,7 +123,7 @@
 
 // Whether to use the new native unwinder (UnwindLLDB) or the libunwind-remote based unwinder for
 // stack walks on i386/x86_64
-#undef USE_NATIVE_UNWINDER
+#define USE_NATIVE_UNWINDER
 
 Unwind *
 ThreadGDBRemote::GetUnwinder ()