Make it easier to determine panic locations
philipc opened this issue · 1 comments
philipc commented
One of the original motivations for this tool was to be able to generate a list of panics which weren't optimized away, and to compare changes to this list for different versions of a binary. I'm not sure if the current output format of ddbug is very useful for this. Consider adding a mode to display just this information, or alternatively add another standalone tool to do this.
philipc commented
Basic utility to list panics at https://github.com/philipc/findpanics.