On Thu, May 01, 2008 at 03:51:48PM +0200, Alexey Feldgendler wrote: > On Thu, 01 May 2008 14:30:54 +0200, Daniel Jacobowitz <[EMAIL PROTECTED]> > wrote: > >> (gdb) ptype $fp >> No registers. > > "No registers" is better than crashing, but the right answer would be void > *.
No, because there is no $fp register on this platform. The register is %ebp; $fp is a GDB interpretation of the frame pointer based on registers and unwind tables. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]