forked from OSchip/llvm-project
parent
98512315f7
commit
744aa8a14d
lldb/source/Plugins/Process/gdb-remote
|
@ -123,7 +123,7 @@ ThreadGDBRemote::RefreshStateAfterStop()
|
||||||
|
|
||||||
// Whether to use the new native unwinder (UnwindLLDB) or the libunwind-remote based unwinder for
|
// Whether to use the new native unwinder (UnwindLLDB) or the libunwind-remote based unwinder for
|
||||||
// stack walks on i386/x86_64
|
// stack walks on i386/x86_64
|
||||||
#undef USE_NATIVE_UNWINDER
|
#define USE_NATIVE_UNWINDER
|
||||||
|
|
||||||
Unwind *
|
Unwind *
|
||||||
ThreadGDBRemote::GetUnwinder ()
|
ThreadGDBRemote::GetUnwinder ()
|
||||||
|
|
Loading…
Reference in New Issue