Anil Nagubadi
2009-04-11 19:42:31 UTC
In VC++ 9.0 -- is there a swith for 64-bit compilations such that the first
4 parameters that are passed in registers
rcx,rdx, r8,r9 -- can be stored in their "home locations" in the callee
prolog.
I need this for better debuging.
I have tried /Zi -- generate full debug symbols and /Od -- disable
optimization. But, they don't this.
I need this when I am debugging, I need to look at previous call frames
parameters.
Can anyone help>
4 parameters that are passed in registers
rcx,rdx, r8,r9 -- can be stored in their "home locations" in the callee
prolog.
I need this for better debuging.
I have tried /Zi -- generate full debug symbols and /Od -- disable
optimization. But, they don't this.
I need this when I am debugging, I need to look at previous call frames
parameters.
Can anyone help>