Unable to backtrace using gdb on ARM #5934
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
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.The text was updated successfully, but these errors were encountered: