The BTP command takes a process ID as an argument and does a stack traceback for that particular process.
btp命令将进程标识作为参数,并对这个特定进程进行堆栈回溯。
The preceding part of the error message shows the context where the exception happened, in the form of a stack traceback.
错误信息的前半部分以堆栈的形式列出异常发生的位置。
In general it contains a stack traceback listing source lines; however, it will not display lines read from standard input.
通常在堆栈中列出了源代码行,然而,来自标准输入的源码不会显示出来。
If the CONFIG_FRAME_POINTER option was set during kernel compilation, the frame pointer register is used to maintain stacks and, hence, the stack traceback can be performed correctly.
如果内核编译期间设置了CONFIG_FRAME _ POINTER选项,那么就用帧指针寄存器来维护堆栈,从而就可以正确地执行堆栈回溯。
For example, on an i386 machine, the % ebp register can be used to traceback the entire stack.
例如,在i386机器上,%ebp寄存器可以用来回溯整个堆栈。
If no address is provided, it takes the current registers to traceback the stack.
如果没有提供地址,那么它采用当前寄存器来回溯堆栈。
Otherwise, it assumes the provided address as a valid stack frame start address and attempts to traceback.
否则,它假定所提供的地址是有效的堆栈帧起始地址并设法进行回溯。
The order of the functions in the traceback is the same as the order of the frames in the stack diagram.
追溯中对函数顺序的排列是同栈图的方框顺序一样的。
The order of the functions in the traceback is the same as the order of the frames in the stack diagram.
追溯中对函数顺序的排列是同栈图的方框顺序一样的。
应用推荐