diff options
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 () |