The "backtrace" command tells gdb to list all the function calls (that leads to the crash) in the stack frame. (gdb) backtrace
確定! 回上一頁