summaryrefslogtreecommitdiff
path: root/sim/m68hc11/sim-main.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* sim: m68hc11: use standard STATIC_INLINE helperMike Frysinger2016-08-161-25/+22
* sim: m68hc11: standardize sim_cpu namingMike Frysinger2016-08-131-138/+138
* sim: clean up some more device detritusMike Frysinger2016-01-031-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* sim: make LMA loading the default for all targetsMike Frysinger2015-12-241-2/+0
* sim: enable watchpoint module everywhereMike Frysinger2015-12-241-1/+0
* sim: always enable modulo memoryMike Frysinger2015-11-171-1/+0
* sim: unify SIM_CPU definitionMike Frysinger2015-04-181-3/+0
* sim: unify sim_cia definitionMike Frysinger2015-04-181-2/+0
* sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}Mike Frysinger2015-04-171-3/+0
* sim: unify sim-cpu usageMike Frysinger2015-04-151-6/+0
* sim: m68hc11: convert to sim-cpuMike Frysinger2015-04-131-3/+5
* sim: m68hc11: fix gcc-5 build error w/restrict keywordMike Frysinger2015-03-311-1/+1
* sim: erc32/h8300/m68hc11: trim unused functionsMike Frysinger2015-03-241-2/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-241-5/+4
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+2
* * dv-m68hc11tim.c (cycle_to_string): Add flags parameter to betterStephane Carrez2003-08-081-1/+4
* * sim-main.h (phys_to_virt): Use memory bank parameters to translateStephane Carrez2003-08-081-5/+14
* * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.Stephane Carrez2003-08-081-2/+2
* * m68hc11_sim.c (print_io_word): New function to print 16-bit value.Stephane Carrez2003-08-081-1/+3
* * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.Stephane Carrez2002-08-131-4/+24
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-091-2/+2
* * interp.c (sim_hw_configure): Save the HW cpu pointer in theStephane Carrez2002-03-071-1/+10
* * sim-main.h (cpu_frame, cpu_frame_list): Remove.Stephane Carrez2002-03-071-38/+1
* Improve HC11 simulator to support HC12Stephane Carrez2001-05-201-14/+116
* Remove soft reg hack in the 68hc11 simulatorStephane Carrez2000-09-101-11/+0
* * sim-main.h: Define cycle_to_string.Stephane Carrez2000-09-091-0/+2
* Use address mapping levels for 68hc11 simulator (kill overlap hack)Stephane Carrez2000-08-111-0/+12
* New simulator.Andrew Cagney2000-07-271-0/+490