Useful commands in gdb ; up, Go up one context level on stack (to caller) ; do[wn], Go down one level (only possible after up) ; l[ist], Show lines of code ...
確定! 回上一頁