binutils-gdb/sim/m68hc11
Stephane Carrez 261289656f * interrupts.c (interrupts_reset): New function, setup interrupt
vector address according to cpu mode.
	(interrupts_initialize): Move reset portion to the above.
	(interrupt_names): New table to give a name to interrupts.
	(idefs): Handle pulse accumulator interrupts.
	(interrupts_info): Print the interrupt history.
	(interrupt_option_handler): New function.
	(interrupt_options): New table of options.
	(interrupts_update_pending): Keep track of when interrupts are
	raised and implement breakpoint-on-raise-interrupt.
	(interrupts_process): Keep track of when interrupts are taken
	and implement breakpoint-on-interrupt.
	* interrupts.h (struct interrupt_history): Define.
	(struct interrupt): Keep track of the interrupt history.
	(interrupts_reset): Declare.
	(interrupts_initialize): Update prototype.
	* m68hc11_sim.c (cpu_reset): Reset interrupts.
	(cpu_initialize): Cleanup.
2002-03-07 18:59:38 +00:00
..
ChangeLog * interrupts.c (interrupts_reset): New function, setup interrupt 2002-03-07 18:59:38 +00:00
config.in
configure Add m68hc11 configry. 2000-07-27 11:29:14 +00:00
configure.in
dv-m68hc11.c Preliminary support for 68HC12 2000-11-26 21:41:31 +00:00
dv-m68hc11eepr.c * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current write 2001-07-28 19:19:05 +00:00
dv-m68hc11sio.c * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for 2001-05-20 15:36:29 +00:00
dv-m68hc11spi.c Preliminary support for 68HC12 2000-11-26 21:41:31 +00:00
dv-m68hc11tim.c Preliminary support for 68HC12 2000-11-26 21:41:31 +00:00
dv-nvram.c Fix device memory allocation in 68hc11 simulator 2000-11-24 20:53:35 +00:00
emulos.c
gencode.c Improve HC11 simulator to support HC12 2001-05-20 15:40:27 +00:00
interp.c * Makefile.in (SIM_OBJS): Remove sim-resume.o 2001-07-22 12:33:58 +00:00
interrupts.c * interrupts.c (interrupts_reset): New function, setup interrupt 2002-03-07 18:59:38 +00:00
interrupts.h * interrupts.c (interrupts_reset): New function, setup interrupt 2002-03-07 18:59:38 +00:00
m68hc11_sim.c * interrupts.c (interrupts_reset): New function, setup interrupt 2002-03-07 18:59:38 +00:00
Makefile.in * Makefile.in (SIM_OBJS): Remove sim-resume.o 2001-07-22 12:33:58 +00:00
sim-main.h Improve HC11 simulator to support HC12 2001-05-20 15:40:27 +00:00