PPC breakpoints

Posted by xtophyr on Stack Overflow See other posts from Stack Overflow or by xtophyr
Published on 2008-11-29T09:12:21Z Indexed on 2010/05/17 21:30 UTC
Read the original article Hit count: 164

Filed under:
|
|

How is a breakpoint implemented on PPC (On OS X, to be specific)?

For example, on x86 it's typically done with the INT 3 instruction (0xCC) -- is there an instruction comparable to this for ppc? Or is there some other way they're set/implemented?

© Stack Overflow or respective owner

Related posts about assembly

Related posts about debugging