2 Dec
2008
2 Dec
'08
8:54 a.m.
George Chelidze wrote:
Alan DeKok wrote:
It doesn't. That's likely a side-effect of function call trampolines, or something similar.
can you explain this in more details in a couple of words, thinking about this problem for 4-5 days:)
Sometimes code gets put on the stack, and executed from there. This is called "trampolines" in the compiler world, apparently. One side-effect is that it tends to confuse GDB. I'm not a compiler expert, and can't say more. Alan DeKok.