pub unsafe fn __breakpoint(const VAL: i32)
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.
pub unsafe fn __breakpoint(const VAL: i32)
Inserts a breakpoint instruction.
VAL
is a compile-time constant integer in range [0, 65535]
.
The breakpoint instruction inserted is BRK
on A64.