Searched refs:STATE_WATCHPOINTS (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-watch.c58 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
69 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
80 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
94 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
137 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
150 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
178 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
216 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
239 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
360 sim_watchpoints *watch = STATE_WATCHPOINTS (s
[all...]
H A Dsim-base.h209 #define STATE_WATCHPOINTS(sd) (&(sd)->base.watchpoints) macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-watch.c52 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
63 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
74 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
88 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
131 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
144 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
172 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
208 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
231 sim_watchpoints *watch = STATE_WATCHPOINTS (sd);
352 sim_watchpoints *watch = STATE_WATCHPOINTS (s
[all...]
H A Dsim-base.h220 #define STATE_WATCHPOINTS(sd) (&(sd)->watchpoints) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dinterp.c59 inttype = (interrupt_name - STATE_WATCHPOINTS (sd)->interrupt_names);
214 STATE_WATCHPOINTS (sd)->pc = &(PC);
215 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PC);
216 STATE_WATCHPOINTS (sd)->interrupt_handler = do_interrupt;
217 STATE_WATCHPOINTS (sd)->interrupt_names = interrupt_names;
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dsim-if.c75 STATE_WATCHPOINTS (sd)->pc = &(PC);
76 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PC);
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dsim-if.c77 STATE_WATCHPOINTS (sd)->pc = &(PC);
78 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PC);
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dsim-if.c72 STATE_WATCHPOINTS (sd)->pc = &(PC);
73 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PC);
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dsim-if.c71 STATE_WATCHPOINTS (sd)->pc = &(PC);
72 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PC);
/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dinterp.c55 inttype = (interrupt_name - STATE_WATCHPOINTS (sd)->interrupt_names);
214 STATE_WATCHPOINTS (sd)->interrupt_handler = do_interrupt;
215 STATE_WATCHPOINTS (sd)->interrupt_names = interrupt_names;
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Dinterp.c115 STATE_WATCHPOINTS (sd)->pc = &(PC);
116 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PC);
117 STATE_WATCHPOINTS (sd)->interrupt_handler = NULL;
118 STATE_WATCHPOINTS (sd)->interrupt_names = NULL;
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c735 STATE_WATCHPOINTS (sd)->pc = &PCREG;
736 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PCREG);
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Dinterp.c111 STATE_WATCHPOINTS (sd)->interrupt_handler = NULL;
112 STATE_WATCHPOINTS (sd)->interrupt_names = NULL;
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c366 STATE_WATCHPOINTS (sd)->pc = &(PC);
367 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (PC);
368 STATE_WATCHPOINTS (sd)->interrupt_handler = interrupt_event;
/netbsd-current/external/gpl3/gdb.old/dist/sim/moxie/
H A Dinterp.c1206 STATE_WATCHPOINTS (sd)->pc = &cpu.asregs.regs[PC_REGNO];
1207 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (word);
/netbsd-current/external/gpl3/gdb.old/dist/sim/avr/
H A Dinterp.c1697 STATE_WATCHPOINTS (sd)->pc = &cpu->pc;
1698 STATE_WATCHPOINTS (sd)->sizeof_pc = sizeof (cpu->pc);
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c360 STATE_WATCHPOINTS (sd)->interrupt_handler = interrupt_event;

Completed in 128 milliseconds