src/sim/m68hc11 ChangeLog interp.c sim-main.h ...
ciceron@sources.redhat.com
ciceron@sources.redhat.com
Thu Mar 7 11:14:00 GMT 2002
CVSROOT: /cvs/src
Module name: src
Branch: gdb_5_2-branch
Changes by: ciceron@sources.redhat.com 2002-03-07 11:14:08
Modified files:
sim/m68hc11 : ChangeLog interp.c sim-main.h dv-m68hc11.c
dv-m68hc11spi.c dv-m68hc11tim.c
Log message:
* interp.c (sim_hw_configure): Save the HW cpu pointer in the
cpu struct.
(sim_hw_configure): Connect the capture input/output events.
* sim-main.h (_sim_cpu): New member hw_cpu.
(m68hc11cpu_set_oscillator): Declare.
(m68hc11cpu_clear_oscillator): Declare.
(m68hc11cpu_set_port): Declare.
* dv-m68hc11.c (m68hc11_options): New for oscillator commands.
(m68hc11cpu_ports): New input ports and output ports to reflect
the HC11 IOs.
(m68hc11_delete): Cleanup any running oscillator.
(attach_m68hc11_regs): Create the input oscillators.
(make_oscillator): New function.
(find_oscillator): New function.
(oscillator_handler): New function.
(reset_oscillators): New function.
(m68hc11cpu_port_event): Handle the new input ports.
(m68hc11cpu_set_oscillator): New function.
(m68hc11cpu_clear_oscillator): New function.
(get_frequency): New function.
(m68hc11_option_handler): New function.
(m68hc11cpu_set_port): New function.
(m68hc11cpu_io_write): Post the port output events.
* dv-m68hc11spi.c (set_bit_port): Use m68hc11cpu_set_port to set
the output port value.
* dv-m68hc11tim.c (m68hc11tim_port_event): Handle CAPTURE event
by latching the TCNT value in the register.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_2-branch&r1=1.17.8.2&r2=1.17.8.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/interp.c.diff?cvsroot=src&only_with_tag=gdb_5_2-branch&r1=1.5.8.1&r2=1.5.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/sim-main.h.diff?cvsroot=src&only_with_tag=gdb_5_2-branch&r1=1.5.8.1&r2=1.5.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/dv-m68hc11.c.diff?cvsroot=src&only_with_tag=gdb_5_2-branch&r1=1.4&r2=1.4.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/dv-m68hc11spi.c.diff?cvsroot=src&only_with_tag=gdb_5_2-branch&r1=1.5&r2=1.5.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/dv-m68hc11tim.c.diff?cvsroot=src&only_with_tag=gdb_5_2-branch&r1=1.5&r2=1.5.8.1
More information about the Gdb-cvs
mailing list