Use (gdb) print *((real *)A+m)@n. where A is the array, m is the shift in the position (no need to write +m in the case m=0) and n is the ...
確定! 回上一頁