debug: expose module debug info deinitialization
Before this commit, you could use readElfDebugInfo independently with
one catch: the data is not freed since the deinitialization functions
for ModuleDebugInfo are private. This change makes them public so the
users of such function and similar can free the memory after the
debug symbols have been used. D
David Gonzalez Martin committed
199e0c8ffed87761763f2459550bcf591bce22d8
Parent: 413a6b4
Committed by Andrew Kelley <andrew@ziglang.org>
on 1/29/2024, 9:20:16 PM