Matt Redfearn writes:
> Output of objdump -stabs:
Use DWARF.
You're right, though, it looks like the debug generation routines think
that the parameter is passed in memory. Specifically, DECL_INCOMING_RTL
of the PARM_DECL is a MEM. You're going to need to find out why that
is.
Ian
Hi All,
I'm having a problem with debugging (with gdb) an application that was built
using gcc. Gcc has been patched to target a non-standard architecture, but I'm
not sure the port is complete.
When debugging with gdb, function parameters are not displayed properly. I
think this is because gdb