Porting help (passing arguments to a function).
Inderpreet Singh Baweja
Inderpreet.Baweja@noida.hcltech.com
Mon Jan 3 16:47:00 GMT 2005
Hi all,
I am porting some arch. To GDB and I have a question.
My arch when passing arguments to a function uses the register
If the argument is less that 4 bytes in length and for rest of the
Purposes it uses the stack to pass the arguments.
I have already done the unwind part.
But when displaying the frame arguments it always tries
To get then from the stack.
How an I tell GDB to get the arguments from the registers first and
Then the stack?
Thanks in advance.
Inder
More information about the Gdb
mailing list