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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c55 static enum sim_stop cpu_exception; variable in typeref:enum:sim_stop
872 cpu_exception = sim_stopped;
876 cpu_exception = sim_running;
1002 cpu_exception = sim_stopped;
1299 cpu_exception = sim_exited;
1305 cpu_exception = sim_exited;
1608 while (cpu_exception == sim_running);
1758 *reason = cpu_exception;
1765 cpu_exception = sim_stopped;

Completed in 46 milliseconds