潮声隔雨深 · 2020年01月02日

DBGDRCR.HRQ与执行hlt指令的区别

通过DBGDRCR.HRQ:可以让CPU进入halting debug state.

执行hlt指令:是否也能让CPU进入halting debug state?

1 个回答 得票排序 · 时间排序
一知半解 · 2020年01月02日

可以让cpu 进入 halting debug mode 的 方式包括:

a breakpoint hits
a watchpoint hits
a BKPT instruction is executed
the EDBGRQ signal is asserted
a Halt instruction has been scanned into the DBGTAP instruction register
an vector catch occurs.

你的回答