[Lldb-commits] [lldb] r118264 - /lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
Jason Molenda
jmolenda at apple.com
Thu Nov 4 15:29:24 PDT 2010
Author: jmolenda
Date: Thu Nov 4 17:29:24 2010
New Revision: 118264
URL: http://llvm.org/viewvc/llvm-project?rev=118264&view=rev
Log:
Use the new native unwinder by default.
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp?rev=118264&r1=118263&r2=118264&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp Thu Nov 4 17:29:24 2010
@@ -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 ()
More information about the lldb-commits
mailing list