anakryiko / retsnoop

Investigate kernel error call stacks
BSD 2-Clause "Simplified" License
186 stars 32 forks source link

retsnoop: build addr2line from the source. #3

Closed ThinkerYzu1 closed 2 years ago

ThinkerYzu1 commented 2 years ago

Use the source of the implementation of addr2line in the examples/ directory of gimli-rs to build a binary to keep tools/addr2line always update-to-date.

Signed-off-by: Thinker Lee thinker.li@gmail.com

anakryiko commented 2 years ago

I can't say I understand how this works, but I tried to make it work the way I was describing, and it didn't work :)

You forgot to update .gitignore, but I'll just push it as a separate commit, no worries. Thanks for working on this!