Re: functions about dump backtrace function names in mips arch

2011-01-03 Thread nilesh
On Mon, 2011-01-03 at 22:32 +0800, loody wrote: hi all: 2011/1/3 Sowmya Sridharan sowmya.sridha...@tcs.com: Hi, I was able to check it in 2.6.36 version of kernel, and it is defined in traps.c. http://lxr.linux.no/linux+v2.6.36/arch/mips/kernel/traps.c#L205 dump_stack() calls

Re: functions about dump backtrace function names in mips arch

2011-01-02 Thread Mulyadi Santosa
On Sun, Jan 2, 2011 at 15:26, loody milo...@gmail.com wrote:  Dear all:  If i remember correctly, when kernel panic there is a function I can  use to dump all the names of backtrace functions.  I have searched arch/mips/traps.c, but I only can see the dump  functions of cpu registers, In