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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -