gdb 内存查看

(gdb) x /4xw 0xc2000000
0xc2000000:    0x00001111    0x22223333    0x00001111    0x22223333
(gdb) x /80xw 0xc2000000
0xc2000000:    0x00001111    0x22223333    0x00001111    0x22223333
0xc2000010:    0xebfdffec    0xfdf7dfe3    0xbeffbfef    0xfffffdda
0xc2000020:    0xf7be6ffe    0xdf7cbd7d    0xf77ffff7    0xd7fde7fe
0xc2000030:    0xa74d1ffd    0xf7b0f7f7    0xbfc767ff    0xf77afbfe
0xc2000040:    0x7f5fe7cb    0xff7dbfbb    0x9cffdfff    0xff47f176
0xc2000050:    0xffebbfed    0xfadef3ee    0xff6f6ffe    0xa7f47afa
0xc2000060:    0xdebf9fdf    0xfefdfcfc    0x6fbe7b7f    0xfff2fdfb
0xc2000070:    0xefdf7dcf    0xf2d7d9f5    0xcff5de1f    0xf479f0fe
0xc2000080:    0x7e67ffdf    0xb9d9f0fb    0x9fe67f8b    0xf4fbf6e2
0xc2000090:    0xdb3eddaf    0xf1f0f9b7    0xcf57c7ff    0x6dfed0fd
0xc20000a0:    0xfbff2f2f    0xfa6bf1f5    0x5d7feb7f    0xf0eefff2
0xc20000b0:    0x1fdd5dff    0xeff2f9dc    0xe7ff565f    0xfbf9faf2
0xc20000c0:    0xaff49e87    0xfdf961f6    0xd4fb4ded    0xe7b4e6d6
0xc20000d0:    0x7f9a7fae    0xcefef1f1    0x2fef5fcb    0xfdeffdfc
0xc20000e0:    0x995adf5f    0xdbfc77f2    0x8f6f1fdf    0xf4ffe1ff
0xc20000f0:    0x9777bdff    0xf6f5f6fd    0xffdfefaf    0xf9f8fed0
0xc2000100:    0x9f3fbecf    0x51f7de9d    0x6dcf3daf    0xf2fff9f7
0xc2000110:    0xf9cf6fce    0xf5f2faf4    0xafff6ffe    0xd7fdf6fe
0xc2000120:    0xdb3f7f2f    0xfcd6fdb3    0xede7d5eb    0x6bdffaf4
0xc2000130:    0xef9edf6f    0xf1f1f4fd    0x2fff671f    0xe3f2fdf4

上一篇:VS2010不能编译SQLServer2005的Microsoft.SQLServer.ManagedDTS.dll的解决方法


下一篇:Web API源码剖析之HttpServer