> (gdb) continue 100
> Will ignore next 99 crossings of breakpoint 1.  Continuing.
> Hardware watchpoint 2: *((int *)(-2146940184+240))
> 
> Old value = 9
> New value = 915002721
> vpaes_cbc_encrypt () at vpaes-x86.s:647
> 647    in vpaes-x86.s
> (gdb) where
> #0  vpaes_cbc_encrypt () at vpaes-x86.s:647
> #1  0x68732d63 in ?? ()

'disassemble' [till you see offending instruction] and 'info reg' at
this point, please.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to