gdb: breakpoint when register will have value 0xffaa

Posted by osgx on Stack Overflow See other posts from Stack Overflow or by osgx
Published on 2010-02-08T17:14:34Z Indexed on 2010/03/17 23:41 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

Can I set the breakpoint/watchpoint/smth else in gdb for register value?

I want to break when $eax will have value 0x0000ffaa.

Is it possible with gdb or dbx or any other unix debugger?

© Stack Overflow or respective owner

Related posts about gdb

Related posts about unix