mlafeldt / ps2rd

Collection of tools to remotely debug PS2 games
GNU Lesser General Public License v3.0
61 stars 7 forks source link

Breakpoints and Watchpoints #1

Open mlafeldt opened 14 years ago

mlafeldt commented 14 years ago

Implement read, write, and execute breakpoints with proper address mask support. Watchpoints only watch for certain addresses to be executed.

When the breakpoint/watchpoint hits, the game pauses and reports back relevant information to the client. The game must be able to resume normal execution on demand.

Also see https://artemis.bountysource.com/task/show/2284