Closed mstange closed 3 years ago
I've taken the original code from https://github.com/jrmuizel/pdb-addr2line/ and turned it into an API that looks similar to https://github.com/gimli-rs/addr2line/ . The TypeFormatter code started with the TypeDumper code from https://github.com/mozilla/dump_syms/ . The new example is copied from https://github.com/gimli-rs/addr2line/blob/master/examples/addr2line.rs .
Performance is pretty good for repeated lookups. The following can be improved:
I've taken the original code from https://github.com/jrmuizel/pdb-addr2line/ and turned it into an API that looks similar to https://github.com/gimli-rs/addr2line/ . The TypeFormatter code started with the TypeDumper code from https://github.com/mozilla/dump_syms/ . The new example is copied from https://github.com/gimli-rs/addr2line/blob/master/examples/addr2line.rs .
Performance is pretty good for repeated lookups. The following can be improved: