summaryrefslogtreecommitdiff
path: root/sim/m68hc11
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZEStephane Carrez2003-03-022-2/+14
* * interp.c (sim_fetch_register): Only store a single byte forStephane Carrez2003-03-012-2/+14
* Index: arm/ChangeLogAndrew Cagney2003-02-272-3/+8
* * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.Stephane Carrez2002-08-132-3/+7
* * interp.c (sim_prepare_for_program): Look up the image for theStephane Carrez2002-08-132-1/+30
* * interp.c (sim_hw_configure): Return 1 for success.Stephane Carrez2002-08-132-3/+11
* Fix english and ChangeLog entryStephane Carrez2002-08-131-4/+1
* * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memoryStephane Carrez2002-08-133-1/+40
* * interp.c (sim_hw_configure): Connect port-X to cpu-write-port.Stephane Carrez2002-08-133-1/+23
* * dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mappingStephane Carrez2002-08-132-2/+7
* * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.Stephane Carrez2002-08-135-23/+137
* Import current --enable-gdb-build-warnings.Andrew Cagney2002-06-162-164/+217
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-093-3/+8
* * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case.Stephane Carrez2002-03-075-34/+76
* * interp.c (sim_hw_configure): Save the HW cpu pointer in theStephane Carrez2002-03-076-16/+579
* * sim-main.h (cpu_frame, cpu_frame_list): Remove.Stephane Carrez2002-03-074-248/+22
* * interrupts.c (interrupts_reset): New function, setup interruptStephane Carrez2002-03-074-24/+354
* * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current writeStephane Carrez2001-07-282-5/+11
* * Makefile.in (SIM_OBJS): Remove sim-resume.oStephane Carrez2001-07-223-1/+88
* * Makefile.in (gencode): Provide explicit path to gencode.c.Andrew Cagney2001-07-102-1/+5
* Improve HC11 simulator to support HC12Stephane Carrez2001-05-206-201/+1710
* * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check forStephane Carrez2001-05-204-23/+63
* Preliminary support for 68HC12Stephane Carrez2000-11-266-16/+29
* Register a delete handler for 68HC11 core device nodeStephane Carrez2000-11-262-1/+19
* Fix device memory allocation in 68hc11 simulatorStephane Carrez2000-11-243-4/+10
* Missing Makefile.in for 68hc11 simulatorStephane Carrez2000-09-122-0/+64
* Remove soft reg hack in the 68hc11 simulatorStephane Carrez2000-09-103-60/+8
* Fix clearing of interrupts in 68hc11 simulatorStephane Carrez2000-09-102-4/+21
* * sim-main.h: Define cycle_to_string.Stephane Carrez2000-09-097-26/+70
* Fix 68hc11 timer device (accuracy, io, timer overflow)Stephane Carrez2000-09-062-115/+197
* Fix 68HC11 SPI simulatorStephane Carrez2000-09-052-8/+38
* Use address mapping levels for 68hc11 simulator (kill overlap hack)Stephane Carrez2000-08-119-39/+67
* Add m68hc11 configry.Andrew Cagney2000-07-272-0/+4357
* New simulator.Andrew Cagney2000-07-2716-0/+7449