bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Mini debug info

Open michalgr opened this issue 3 years ago • 1 comments

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.

michalgr avatar Sep 26 '22 21:09 michalgr

@davemarchevsky could you help take a look?

yonghong-song avatar Oct 08 '22 16:10 yonghong-song