Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是关于 JTAG 的问题。
我正在尝试在一系列地址中设置读/写断点。
我在 b.set 窗口中给出的命令如下(并选择读/写)
A:0x8500000..0xd300000
但是当我列出它(b.list)时,它显示如下:
AN:0x0:0x8500000--0xd300000
为什么要附加 0x0?那么,我想要放置断点的原始地址范围是否被更改?
附加信息:我正在使用 Lauterbach Trace 32。CPU 是 ARm Krait
谢谢你。
0x00 是空间 ID。完整的内核空间为 0。对于用户空间,此空间 ID 是进程 ID。空间 ID 只不过是地址空间标识符,TLB 使用它来区分页表 ebtries。