aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/interp.c
AgeCommit message (Expand)AuthorFilesLines
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
1996-10-22Provide better statistics, particularly for doing VLIW work; Fix ldb to corre...Michael Meissner1-87/+194
1996-10-21Mon Oct 21 16:16:26 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-6/+5
1996-10-16Make read/write memory functions inlinedMichael Meissner1-63/+0
1996-10-15Better error messages when a program stops due to signal; support d10v getpid...Michael Meissner1-40/+79
1996-09-18Make exit/stop return correct exit value; Add line number tracing.Michael Meissner1-5/+12
1996-09-15Fix brf0{t,f}.s <label> -> instruction not to execute instruction if branch s...Michael Meissner1-5/+14
1996-09-04First cut at dealing with canadian crosses; make -t in debugger set d10v_debu...Michael Meissner1-14/+26
1996-09-04More debug support; Enable -t/-v to work correctly; Add --enable-sim-cflags c...Michael Meissner1-22/+82
1996-09-04Enhance debug supportMichael Meissner1-8/+34
1996-08-29Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-55/+171
1996-08-02Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+345