[Bug libdw/30948] src/stack doesn't show source inforamtion if the target is compiled with clang

2023-11-06 Thread yamato at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30948 --- Comment #2 from Masatake YAMATO --- Thank you. With -gdwarf-aranges, the stack command works expectedly. $ clang -O0 -g -gdwarf-aranges target.c -o target-clang $ ./target-clang & [1] 4104789 $ ./src/s

[Bug libdw/30948] New: src/stack doesn't show source inforamtion if the target is compiled with clang

2023-10-08 Thread yamato at redhat dot com
: NEW Severity: normal Priority: P2 Component: libdw Assignee: unassigned at sourceware dot org Reporter: yamato at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- dwfl_module_getsrc() doesn't work unexpecte