]> sourceware.org Git - systemtap.git/commit
unwind.c fix CIE augmentation parsing.
authorMark Wielaard <mjw@redhat.com>
Fri, 1 Jul 2011 17:33:02 +0000 (19:33 +0200)
committerMark Wielaard <mjw@redhat.com>
Fri, 1 Jul 2011 17:33:02 +0000 (19:33 +0200)
commit0c66fba2fe16c4f61ffedba7ed7b6b70fe8fc638
treeb79f53ba16a3f67b3c367445fa66e9f0506c7963
parentd4af357ee2b163b6ba3d7454ae97a52b0124edb8
unwind.c fix CIE augmentation parsing.

fde_pointer_type and unwind_frame didn't handle the "S" augmentation
properly. This augmentation doesn't cary any extra data and so does
not need to be preceded by "z". Also added more sanity checking,
plus _stp_warn explanations when things go wrong/doesn't parse.
runtime/unwind.c
This page took 0.026114 seconds and 5 git commands to generate.