diff options
author | Jason Molenda <jmolenda@apple.com> | 2010-11-04 22:29:24 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2010-11-04 22:29:24 +0000 |
commit | 744aa8a14d79f70eaa22d2254833e7ca195354c4 (patch) | |
tree | a2aaae1297a20d047266b68f0a0b6e77e78babc7 /lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | |
parent | 98512315f7f1f4d4f660e7df4abfbf6040a45575 (diff) | |
download | bcm5719-llvm-744aa8a14d79f70eaa22d2254833e7ca195354c4.tar.gz bcm5719-llvm-744aa8a14d79f70eaa22d2254833e7ca195354c4.zip |
Use the new native unwinder by default.
llvm-svn: 118264
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp index 478684d5bcc..6ee14060191 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp @@ -123,7 +123,7 @@ ThreadGDBRemote::RefreshStateAfterStop() // 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 () |