Use the new native unwinder by default.

llvm-svn: 118264
This commit is contained in:
Jason Molenda 2010-11-04 22:29:24 +00:00
parent 98512315f7
commit 744aa8a14d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()