linux - Stack unwinding with no frame pointer on x86 -
is possible gdb unwind stacks of code compiled gcc using -fomit-frame-pointer
on x86 (similar amd64)? if so, required working?
just clear: can recompile, compiler options ok can't disable omitting frame pointer.
the compiler option looking -fasynchronous-unwind-tables
Comments
Post a Comment