crash-stack: disable unw_get_proc_name prediction 80/107880/6
authorRafal Pietruch <r.pietruch@samsung.com>
Fri, 30 Dec 2016 07:38:29 +0000 (08:38 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 2 Feb 2017 12:36:24 +0000 (13:36 +0100)
commit098709a003f000075227c92348cd8c54b5439112
treed59f1ae2ccf5ee14e1a8d83189bb8cb32c5442ef
parent1b3e0be191f23f9f234b3d7529bf2ab04c6f9047
crash-stack: disable unw_get_proc_name prediction

libunwind unw_get_proc_name function may return the name of
a label or a preceeding, nearby procedure; although the value
of the returned name plus the returned offset will
be equal to the instruction-pointer of the stack frame,
developers can find a exact symbol with related code position
in debug packages

Change-Id: I2471c2a9483b577844110f25128a6d539d39e5ad
src/crash-stack/crash-stack-libunw.c