Skip to main content

encode_3

Function encode_3 

Source
pub const unsafe fn encode_3() -> EncodedX86_64Instruction
Expand description

Generate breakpoint trap. More or less equivalent to int 3.

ยงSafety

This function is safe to call. It is marked as unsafe for consistency with other encoders.