struct_layout icon indicating copy to clipboard operation
struct_layout copied to clipboard

Make this work on linux

Open Swatinem opened this issue 11 years ago • 1 comments

The copy of dwarfdump on linus (I use this one: https://aur.archlinux.org/packages/libdwarf/ from http://www.prevanders.net/dwarf.html) has a completely different output format, the parser does not understand it. Would be awesome to add it though.

Swatinem avatar Feb 19 '14 10:02 Swatinem

The quick way to make it work is to use llvm-dwarfdump, which is what is actually used on macOS. If I patch dwarfdump to llvm-dwarfdump it seems to work fine

DCNick3 avatar Dec 05 '21 16:12 DCNick3