• Andrew Morton's avatar
    [PATCH] x86: stack dumps using frame pointers · 066479e3
    Andrew Morton authored
    From: Adam Litke <agl@us.ibm.com>
    
    Teach the x86 stack tracing code to use frame pointers, if they are available.
    It eliminates all the false-positives in the normal stack traces.
    
    This is a big improvement, and -fomit-frame-pointer seems to make no
    difference at all to generated code size.  Maybe we should kill off
    -fomit-frame-pointer.
    066479e3
traps.c 23.4 KB