作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在研究 64 位系统的内核。体系结构设置正确,但指针值仍打印为 4 个字节。需要进行哪些更改才能打印 64 位值?
(gdb) p sizeof(void *)
$16 = 8
(gdb) p this
$15 = 0x4852200
(gdb) show architecture
The target architecture is assumed to be i386:x86-64:intel
最佳答案
What changes are needed to make it print 64 bit value
GDB 已经打印 64 位值。恰好高位为0。
关于gdb - 如何在 gdb 上的 64 位机器上获取 8 字节指针值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20669108/
我是一名优秀的程序员,十分优秀!