On Tue, Dec 9, 2014 at 1:01 AM, Vladimir Nikulichev <[email protected]> wrote:
>
> I think you should parse frame information in a binary and check whether
> all functions have such pattern:

Note that just about every x86_64/Linux/glibc binary, even one
compiled with -fno-omiit-frame-pointer, will have *some* functions
that don't have a frame pointer. Usually _start is one such function
-- it comes from glibc/crt0.o, and is written in hand-coded assembly.

-- 
Paul Pluzhnikov

_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to