On Tue, Sep 9, 2025 at 10:54 AM Maciej Wieczor-Retman <maciej.wieczor-retman@xxxxxxxxx> wrote: > > But as Peter Zijlstra noticed, x86 already uses the #UD instruction similarly to > BRK on arm64. So I think I'll use this one here, and then change INT3 to UD in > the LLVM patch. Sound good, thanks!