Home
last modified time | relevance | path

Searched hist:"10 f70525365146046dddcc3d36bfaea2aee0376a" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/kernel/vdso64/
H A DMakefilediff 10f70525365146046dddcc3d36bfaea2aee0376a Mon Apr 29 17:02:52 CEST 2024 Jens Remus <jremus@linux.ibm.com> s390/vdso: Generate unwind information for C modules

GDB fails to unwind vDSO functions with error message "PC not saved",
for instance when stepping through gettimeofday().

Add -fasynchronous-unwind-tables to CFLAGS to generate .eh_frame
DWARF unwind information for the vDSO C modules.

Fixes: 4bff8cb54502 ("s390: convert to GENERIC_VDSO")
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>