Function core::arch::aarch64::__breakpoint [−][src]
pub unsafe fn __breakpoint<const VAL: i32>()
This is supported on AArch64 only.
Expand description
插入断点指令。
VAL
是 [0, 65535]
范围内的编译时常量整数。
插入的断点指令是 A64 上的 BRK
。