Keep function symbols for backtraces. accepted/trunk/20130309.052847 submit/trunk/20130306.232316
authorWilliam Douglas <william.douglas@intel.com>
Wed, 6 Mar 2013 23:18:17 +0000 (15:18 -0800)
committerWilliam Douglas <william.douglas@intel.com>
Wed, 6 Mar 2013 23:18:17 +0000 (15:18 -0800)
commit343c985ee3f8e027386fec73da1c63f827e48a03
tree64656cd217114286d179ec51f4f4c515d3415783
parent999ee984d8081e82a06dcedd928b40f9d63818ce
Keep function symbols for backtraces.

In order to get minimal backtraces in gdb without installing
debug-info packages strip packages with eu-strip -g.

Also check for kernel modules and strip them without attempting
to leave minimal function symbols in place (as this does not work
correctly).

Signed-off-by: William Douglas <william.douglas@intel.com>
scripts/find-debuginfo.sh