Skip to content
  • aarzilli's avatar
    proc: fix inlined stack reading for midstack inlined calls · adb1746c
    aarzilli authored
    Due to a bug in the Go compiler midstack inlined calls do not report
    their ranges correctly. We can't check if an address is in the range of
    a DIE by simply looking at that DIE's range, we should also recursively
    check the DIE's children's ranges.
    
    Also fixes the way stacktraces of midstack inlined calls are reported
    (they used to be inverted, with the deepest inlined stack frame
    reported last).
    
    Fixes #1795
    adb1746c