fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
<agentzh_>
fche: it seems like gcc always emits .eh_frame but not .debug_frame and clang is similar. do you have any real world examples that stap really needs to use .debug_frame instead of .eh_frame*?
<agentzh_>
as you said, stap first checks .eh_frame* and then .debug_frame.
<mjw>
agentzh_, it depends on architecture
khaled has quit [Remote host closed the connection]
<agentzh_>
mjw: ah, i see. just x64 requires eh_frame* as part of its ABI.
<mjw>
agentzh_, But on at least Fedora and RHEL all architectures do always emit .eh_frame