How to traceback call stack on MIPS arch?

PRC panruochen@gmail.com
Tue Jan 8 19:22:00 GMT 2008


Gcc saves the frame pointer to fp(s8) register at the beginning of each function if compiling source with -O0. 
But  it won't do so if compiling source with -O2. Without frame pointers, can I trace back call stacks in
current function context? Or is there any option which forces gcc to save frame pointers for MIPS arch?


PRC
2008/1/8



More information about the Gcc-help mailing list