3 references to X86_INSTR_INT3
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (3)
360
if (ReadByteAt(methodStart) == X86_INSTR_NOP && ReadByteAt(methodStart + 1) ==
X86_INSTR_INT3
)
523
if (ReadByteAt(methodStart) == X86_INSTR_NOP && ReadByteAt(methodStart + 1) ==
X86_INSTR_INT3
)
926
return val ==
X86_INSTR_INT3
;