Closed
Description
gdb couldn't backtrace stack frames on ARM.
This is because gdb couldn't unwind from a frame using custom personality routine.
Apparently, gdb wants __gxx_personality_v0
to be statically linked so that gdb can assume that the custom personality routine finally uses GNU personality and the value in the .extab is also encoded for GNU personality.