6 ms·
I'm pretty sure parsing ELF binaries is out of scope for kdump(1), sorry, but I don't think that's going to happen. It's not that difficult to run addr2line yo
by notaplumber1 3y ago
I'm pretty sure parsing ELF binaries is out of scope for kdump(1), sorry, but I don't think that's going to happen.
It's not that difficult to run addr2line yourself with the information provided, and that's really for the best.
- charcircuit 3y agoYou are arguing for a worse UX because of an arbitrary reason. Just link against the code in addr2line. Providing a good UX should always be in scope for a project.
- sigjuice 3y agoHow does one "just link against the code in addr2line" ?
- charcircuit 3y agoYou rename them main symbol to something else then you just call it like any other library.
- sigjuice 3y agoaddr2line is unlikely to be a trivial self-contained program without dependencies.
- charcircuit 3y agoThen link to those dependencies.
- sigjuice 3y agoUnnecessary. Most people's hands will be able to type up the required shell one-liner to do this.