Next: , Up: Responses   [Contents][Index]


13.5.1 Checkpoint Response (0x11)

This response is generated by hitting a checkpoint, or by many of the checkpoint commands.

See Checkpoint get (0x11).

See Checkpoint set (0x12).

See Checkpoint list (0x14).

Response type:

0x11: MON_RESPONSE_CHECKPOINT_INFO

Response body:

byte 0-3: Checkpoint number
byte 4: Currently hit?

0x01: true, 0x00: false

byte 5-6: start address
byte 7-8: end address
byte 9: stop when hit

0x01: true, 0x00: false

byte 10: enabled

0x01: true, 0x00: false

byte 11: CPU operation

0x01: load, 0x02: store, 0x04: exec

byte 12: temporary

Deletes the checkpoint after it has been hit once. This is similar to "until" command, but it will not resume the emulator.

byte 13-16: hit count
byte 17-20: ignore count
byte 21: Has condition?

0x01: true, 0x00: false