commit | dc7422cf05742ddad11d54edf54d082828f8d251 | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Thu Nov 04 22:29:24 2010 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Thu Nov 04 22:29:24 2010 +0000 |
tree | 0ab08aa14cefba18b441fd0b9ffbb46826adb8c3 | |
parent | 2eac2b9b61bfbe6079bab86e879263d63046ac0a [diff] |
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 ()