fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
sscox has quit [Ping timeout: 245 seconds]
sscox has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
sscox has quit [Ping timeout: 276 seconds]
sscox has joined #systemtap
_whitelogger has joined #systemtap
_whitelogger has joined #systemtap
orivej has quit [Ping timeout: 268 seconds]
khaled has joined #systemtap
mauved has quit [Ping timeout: 245 seconds]
mauved has joined #systemtap
orivej has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #systemtap
_whitelogger has joined #systemtap
sscox has quit [Ping timeout: 240 seconds]
sscox has joined #systemtap
orivej has quit [Ping timeout: 268 seconds]
franks2 has quit [Quit: The Lounge - https://thelounge.chat]
orivej has joined #systemtap
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #systemtap
sscox has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #systemtap
<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
<agentzh_> interesting. thanks for the info.
<mjw> It is a bit old, but this has a bit more background https://gnu.wildebeest.org/blog/mjw/2007/08/23/stack-unwinding/
<agentzh_> great, thanks! i'll have a look.
sscox has joined #systemtap