Home
last modified time | relevance | path

Searched defs:STEPPING_CONTEXT (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dm32r-stub.c1131 static struct STEPPING_CONTEXT struct
1133 int stepping; /* true when we've started a single-step */
1134 unsigned long target_addr; /* the instr we're trying to execute */
1135 unsigned long target_size; /* the size of the target instr */
1136 unsigned long noop_addr; /* where we've inserted a no-op, if any */
1137 unsigned long trap1_addr; /* the trap following the target instr */
1138 unsigned long trap2_addr; /* the trap at a branch destination, if any */
1139 unsigned short noop_save; /* instruction overwritten by our no-op */
1140 unsigned short trap1_save; /* instruction overwritten by trap1 */
1141 unsigned short trap2_save; /* instruction overwritten by trap2 */
[all …]