gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
847 stars 108 forks source link

Output .debug_frame and .eh_frame in dwarfdump.rs #116

Open fitzgen opened 8 years ago

fitzgen commented 8 years ago

Depends on #113 (at least for the .eh_frame part).

fitzgen commented 7 years ago

https://github.com/gimli-rs/gimli/pull/241 implements most of .eh_frame output in dwarfdump, but not all of it. I've left some TODO comments.

Supporting .debug_frame should mostly involve making those functions generic over UnwindSection and then calling them twice: once with a specialization for each of .eh_frame and .debug_frame.