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