WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
297 stars 65 forks source link

coredump: add funcidx to stack frames #202

Closed xtuc closed 1 year ago

xtuc commented 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.

Another benefit is that debugging a coredump without DWARF is still able to display a backtrace of func indices.