Function core::arch::aarch64::__breakpoint[][src]

pub unsafe fn __breakpoint<const VAL: i32>()
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on AArch64 only.
Expand description

Inserts a breakpoint instruction.

VAL is a compile-time constant integer in range [0, 65535].

The breakpoint instruction inserted is BRK on A64.