Reputation: 937
I'm trying to debug a program that uses DWARF-4 but my gdb is too old and only understands DWARF-2.
I can't update gdb and I can't recompile, so I need a way to convert them, maybe with some binutils tool?
Upvotes: 0
Views: 812
Reputation: 22519
I have never heard of a tool that does this.
If this were my problem I would probably hack up either objcopy or dwz to do it.
I wonder why you can't update gdb though. It isn't hard to build your own.
Upvotes: 2