bcc
bcc copied to clipboard
Mini debug info
Add support for mini debug info.
This pull request adds support for mini debug info: https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html
Some libraries contain a .gnu_debugdata section that stores lzma compressed so file with additional symbol info. This pull request integrates liblzma and teaches bcc how to use it to extract that information whenever debug file is looked up.
@davemarchevsky could you help take a look?