This is because the GDB client always obtains values for all the registers whenever it halts ... (gdb) print $pc $1 = (void (*)()) 0x1264 <main+16> (gdb) ...
確定! 回上一頁