This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Porting help (passing arguments to a function).


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]