aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/sim-main.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-16sim: m68hc11: use standard STATIC_INLINE helperMike Frysinger1-25/+22
2016-08-13sim: m68hc11: standardize sim_cpu namingMike Frysinger1-138/+138
2016-01-03sim: clean up some more device detritusMike Frysinger1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-24sim: make LMA loading the default for all targetsMike Frysinger1-2/+0
2015-12-24sim: enable watchpoint module everywhereMike Frysinger1-1/+0
2015-11-17sim: always enable modulo memoryMike Frysinger1-1/+0
2015-04-18sim: unify SIM_CPU definitionMike Frysinger1-3/+0
2015-04-18sim: unify sim_cia definitionMike Frysinger1-2/+0
2015-04-17sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}Mike Frysinger1-3/+0
2015-04-15sim: unify sim-cpu usageMike Frysinger1-6/+0
2015-04-13sim: m68hc11: convert to sim-cpuMike Frysinger1-3/+5
2015-03-31sim: m68hc11: fix gcc-5 build error w/restrict keywordMike Frysinger1-1/+1
2015-03-24sim: erc32/h8300/m68hc11: trim unused functionsMike Frysinger1-2/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+2
2003-08-08 * dv-m68hc11tim.c (cycle_to_string): Add flags parameter to betterStephane Carrez1-1/+4
2003-08-08 * sim-main.h (phys_to_virt): Use memory bank parameters to translateStephane Carrez1-5/+14
2003-08-08 * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.Stephane Carrez1-2/+2
2003-08-08 * m68hc11_sim.c (print_io_word): New function to print 16-bit value.Stephane Carrez1-1/+3
2002-08-13 * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.Stephane Carrez1-4/+24
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-2/+2
2002-03-07 * interp.c (sim_hw_configure): Save the HW cpu pointer in theStephane Carrez1-1/+10
2002-03-07 * sim-main.h (cpu_frame, cpu_frame_list): Remove.Stephane Carrez1-38/+1
2001-05-20Improve HC11 simulator to support HC12Stephane Carrez1-14/+116
2000-09-10Remove soft reg hack in the 68hc11 simulatorStephane Carrez1-11/+0
2000-09-09 * sim-main.h: Define cycle_to_string.Stephane Carrez1-0/+2
2000-08-11Use address mapping levels for 68hc11 simulator (kill overlap hack)Stephane Carrez1-0/+12
2000-07-27New simulator.Andrew Cagney1-0/+490