How to traceback call stack on MIPS arch?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux