Lothar Frings
2016-12-14 17:09:33 UTC
Dear people,
is there a way of determininig programmatically
which function called the current function?
If I put a variable at the very beginning of the
current function its address will be the address
of the function it is in, right? But how can I
read the call stack? The return address must be somewhere.
is there a way of determininig programmatically
which function called the current function?
If I put a variable at the very beginning of the
current function its address will be the address
of the function it is in, right? But how can I
read the call stack? The return address must be somewhere.