Mail Archives: djgpp/1997/09/22/19:15:43
Shawn Hargreaves wrote:
...
> the parameters and local variables are accessed relative to this. The
> main advantage to this is that the return address will always be at a
> fixed offset from %ebp, and the version of %ebp from the previous
> function will be pushed directly after this, so it is easy for debuggers
> and programs like symify to walk backwards up the callstack.
Does this then mean that program's compiled with the
-fomit-frame-pointer option, that access local variables directly
relative to %esp can yield problems with symify?
--
+----------------+
| Vik Heyndrickx |
+----------------+
- Raw text -