Hello!
On Mon, Nov 24, 2014 at 2:30 PM, vincent.mc.li wrote:
> last time we tested, no debuginfo or unstripped binary needed, just the
> -fno-omit-frame-pointer -ggdb is good to
> go, but I am not clear how it works internally, so I might be incorrect.
>
If you want to strip debuginfo, then I don't see why -ggdb is useful here :)
Generally debuginfo can provide many useful information, including the
(virtual) inlined function frames :) See
https://github.com/openresty/nginx-systemtap-toolkit#resolve-inlines
for example.
Regards,
-agentzh