At this point ...

You could also plant a breakpoint at the <+0> of each routine
named in the traceback, and print %rsp.  It should be (8 mod 16)
because the dynamically-preceding 'call' should have pushed 8 bytes
when the %rsp was 16-byte aligned.

(gdb) b *<address>  # use a numerical address, NOT a symbol name
(gdb) comm
p $rsp
end

--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to