]> sourceware.org Git - systemtap.git/commit
unwind.c Only do a linear search if there isn't a search header.
authorMark Wielaard <mjw@redhat.com>
Tue, 5 Jul 2011 15:25:23 +0000 (17:25 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 6 Jul 2011 09:44:48 +0000 (11:44 +0200)
commitbf5b7155b68993f12ee33d9d5f7afbecb7ff17ca
tree7872011b08677b07620ea9f39b48d2fdad0dee6d
parent015cb0b792d24764ee82c44a2196b59b58c08197
unwind.c Only do a linear search if there isn't a search header.

There always should be one, we create it in the translator
if it didn't exist. Only if we are using elfutils < 0.142
should these ever be missing. If the binary search fails,
either because the unwind data is bad, or the address isn't
covered, don't fall back to linear searching. Add extra
checks and warning about bad debug frame header.
runtime/unwind.c
This page took 0.02566 seconds and 5 git commands to generate.