[Bug translator/13420] prologue detection fails for function parameters in unoptimized (-g only, no -O) code
jlebon at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Feb 27 19:56:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=13420
Jonathan Lebon <jlebon at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Jonathan Lebon <jlebon at redhat dot com> ---
I've updated the prologue searching algorithm so that we now pick up both
prologue_end markers (which clang emits) and 0-line advances (which GCC emits).
All the issues in comment 6 are now resolved, as well as the original
cast-scope testcase.
I also tested and tweaked it to work on older kernels/gccs (or at least to not
be less wrong than we were before). In some cases, we do even better there as
well!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list