Hello,
 
Is there a way to decompress the debug-info compressed by dwz?
 
The issue is that all compile units in the DWARF dump may depend on each other in the compressed debug-info and they can't be analyzed independently for this reason. In case of a big debug-info dump (>10Gb) I need a lot of RAM to load them all and analyze.
 
Thank you.