Closed xtuc closed 1 year ago
This change adds a funcidx value in each stack frame. Allowing the codeoffset to be left empty, if unknown or not accurate.
funcidx
codeoffset
Another benefit is that debugging a coredump without DWARF is still able to display a backtrace of func indices.
This change adds a
funcidx
value in each stack frame. Allowing thecodeoffset
to be left empty, if unknown or not accurate.Another benefit is that debugging a coredump without DWARF is still able to display a backtrace of func indices.