aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/interp.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-17sim: arm/cr16/d10v/h8300/microblaze/sh: fill out sim-cpu pc fetch/store helpersMike Frysinger1-0/+22
2015-04-02sim: d10v: fix signal updatesMike Frysinger1-8/+5
2015-04-01sim: run: punt!Mike Frysinger1-2/+0
2015-03-30sim: d10v: convert to nrunMike Frysinger1-115/+68
2015-03-30sim: d10v: delete NEED_UI_LOOP_HOOK handlingMike Frysinger1-19/+0
2015-03-30sim: d10v: clean up misc warningsMike Frysinger1-81/+27
2015-03-30sim: d10v: use common configure optionsMike Frysinger1-0/+8
2014-03-10sim: constify arg to sim_do_commandMike Frysinger1-1/+1
2014-03-05sim: constify prog_nameMike Frysinger1-1/+1
2014-01-07remove PARAMS from simTom Tromey1-10/+10
2012-06-19include "config.h" instead of BFD's sysdep.h in d10v/interp.cJoel Brobecker1-1/+13
2012-05-24gdb/Pedro Alves1-2/+2
2010-04-14sim: constify sim_write source buffer (part 2)Mike Frysinger1-1/+1
2006-04-18* interp.c (sim_stop_reason): Fix typo.Nick Clifton1-1/+1
2005-11-28 * remote-sim.c (gdbsim_wait): Pass target signal numbers toMark Mitchell1-6/+3
2004-06-29Index: mn10200/ChangeLogAndrew Cagney1-3/+3
2003-06-222003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-36/+26
2003-05-07Index: gdb/ChangeLogAndrew Cagney1-18/+24
2003-02-27Index: arm/ChangeLogAndrew Cagney1-2/+2
2002-06-15Fix for transfers across segments.Tom Rix1-2/+3
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-2/+2
2002-06-08Fix name of enum used in cast (sim_fetch_register, sim_store_register).Andrew Cagney1-2/+2
2002-06-01Fill-out d10v enum so that there are no ``=''.Andrew Cagney1-56/+112
2002-05-282002-05-28 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+8
2002-05-24* sim-d10v.h: Delete file. Moved to include/gdb/.Andrew Cagney1-1/+1
2001-08-02Removed a section of code that didn't do anything, but left values inJohn R. Moore1-19/+0
2000-05-03Add missing ChangeLog.Andrew Cagney1-1/+2
2000-04-18Add support for SIGILL (reserved-instruction-exception).Andrew Cagney1-2/+7
2000-02-22When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracingAndrew Cagney1-10/+2
2000-02-09Report SIGBUS and halt simulation when ld/st detect a misaligned address.Andrew Cagney1-2/+35
2000-01-06import gdb-2000-01-05 snapshotJason Molenda1-0/+1
1999-11-17import gdb-1999-11-16 snapshotJason Molenda1-288/+557
1999-09-13import gdb-1999-09-13 snapshotJason Molenda1-20/+75
1999-04-26import gdb-19990422 snapshotStan Shebs1-0/+18
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1086
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1069/+0
1998-02-16Implement "dbt" and "rtd" instructions.Andrew Cagney1-15/+25
1998-02-10D10v memory map changed. Update.Andrew Cagney1-136/+173
1998-01-22 * interp.c (UMEM_SEGMENTS): New define, set to 128.Fred Fish1-54/+120
1997-12-02 * interp.c (sim_resume): Call do_2_short with LEFT_FIRST orFred Fish1-26/+29
1997-10-22Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney1-2/+21
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-7/+11
1997-08-26Flush defunct sim_kill.Andrew Cagney1-7/+0
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-8/+5
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-0/+9
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1-59/+99
1996-11-20 * Makefile.in: Delete all stuff moved to ../common/Make-common.in.David Edelsohn1-12/+25
1996-11-01Thu Oct 31 19:13:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-2/+2
1996-10-30Fix -t option to work with memory mapping; Print PC in some error messagesMichael Meissner1-4/+31
1996-10-29Tue Oct 29 12:13:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-118/+312