Displaying 1 result from an estimated 1 matches for "getlocinfo".
Did you mean:
get_locinfo
2012 Dec 05
1
[LLVMdev] Value of structure passed byval to a recurse function not initialized when accessed through GDB
Hi Relph,
I'm trying to print the value of 'a' while executing a.s = --depth; I
have used break line number instead of break function so that the
initial prologue part gets executed.
The problem seems to be happening when parameters are pushed into
stack and we call a function recursively.
For example in the code when we have a int s; inside the struct
instead of short s; gdb is able