Skip to content

Instantly share code, notes, and snippets.

@badlogic
Created January 5, 2015 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badlogic/f7d65aca25270ee3b93d to your computer and use it in GitHub Desktop.
Save badlogic/f7d65aca25270ee3b93d to your computer and use it in GitHub Desktop.
diff --git a/source/Symbol/FuncUnwinders.cpp b/source/Symbol/FuncUnwinders.cpp
index 1eb73ee..86e6f4c 100644
--- a/source/Symbol/FuncUnwinders.cpp
+++ b/source/Symbol/FuncUnwinders.cpp
@@ -129,6 +129,7 @@ FuncUnwinders::GetEHFrameUnwindPlan (Target &target, int current_offset)
UnwindPlanSP
FuncUnwinders::GetEHFrameAugmentedUnwindPlan (Target &target, Thread &thread, int current_offset)
{
+#if 0
if (m_unwind_plan_eh_frame_augmented_sp.get() || m_tried_unwind_plan_eh_frame_augmented)
return m_unwind_plan_eh_frame_augmented_sp;
@@ -178,6 +179,7 @@ FuncUnwinders::GetEHFrameAugmentedUnwindPlan (Target &target, Thread &thread, in
}
}
}
+#endif
return m_unwind_plan_eh_frame_augmented_sp;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment