Skip to content

Unable to backtrace using gdb on ARM #5934

Closed
@ILyoan

Description

@ILyoan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions