Enumerations | |
| enum | { WP_DISABLE, WP_READ, WP_WRITE, WP_ALL } |
| See wpu_set_watch(). More... | |
Functions | |
| int | wpu_init (CPU cpu, int enable) |
| Initialize CPUs watchpoint unit. | |
| int | wpu_set_hbreak (CPU cpu, int n, ADDR addr, int enable) |
| Set hardware breakpoint on CPU. | |
| int | wpu_cause (CPU cpu) |
| Returns an 8 bit vector reflecting the source of the watchpoint. | |
|
|
|
|
|
A set bit n means, that the watchpoint event was caused by watchpoint n. [0,5] : Instruction address watchpoints, [6,7]: Data address WP. A call to this function clears the bit vector (WPSTAT register). |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.4.3-20050530