Start a GDB session with the program binary and coredump file. $ gdb <binary-file> <core-dump-file>. GDB is helpful to inspect the stack frame and the state ...
確定! 回上一頁