glibc-all-in-one
glibc-all-in-one copied to clipboard
Add Symbolic debugging of higher versions of glibc
Add Symbolic debugging of higher versions of glibc
[31cb06d] Added user options and some minor modifications
sorry for the late respose. i am busy these days. i will accept your pull request if you can make some changes as follows.
- command line: use
glibc-all-in-one ./download 2.23-0ubuntu10_i386
instead ofglibc-all-in-one ./download 2.23-0ubuntu10_i386 --no-system
it's better to keep the old usage for no-privilege condition - it seems that in file
extract
, your code always docp -r $tmp/usr/lib/debug/.build-id/* /usr/lib/debug/.build-id/ 2>/dev/null
no matter what privilege it has?