gpt4 book ai didi

gdb - 如何在 gdb 上的 64 位机器上获取 8 字节指针值?

转载 作者:行者123 更新时间:2023-12-05 03:15:06 25 4
gpt4 key购买 nike

我正在研究 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com