aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/interp.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-30* interp.c (sim_create_inferior): Record program arguments forAlexandre Oliva1-3/+45
2001-01-24* interp.c (trap): Implement time.Alexandre Oliva1-0/+3
2000-05-15sh-dsp support, simulator speedup by using host byte order:Joern Rennecke1-304/+891
1999-04-26import gdb-19990422 snapshotStan Shebs1-24/+213
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1414
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1663/+0
1997-09-02Comment typo fix.Joern Rennecke1-1/+1
1997-09-02Sanitation fixes.Joern Rennecke1-1/+41
1997-09-02Merge SH4 branch simulator in to devo.Andrew Cagney1-124/+448
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-2/+6
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-4/+16
1997-04-19 * interp.c: Include float.h and define SIGTRAP if _WIN32.Stu Grossman1-2/+13
1997-04-18 * interp.c (sim_resume): Fix argument to poll_quit.David Edelsohn1-1/+1
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-22/+12
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1-23/+51
1997-03-13 * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1-122/+127
1995-10-06 * interp.c (trap, case SYS_utime): Cast second arg of utime toJim Wilson1-1/+3
1995-10-05 * interp.c (callback): Initialize to default callback.Steve Chamberlain1-22/+49
1995-09-20 * run.c (sim_callback_write_stdout): New.Steve Chamberlain1-1/+4
1995-09-19Mon Sep 18 18:42:27 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-36/+7
1995-09-15 * gencode.c: Back up PC by 2 for breakpoints.Stu Grossman1-8/+9
1995-08-31 * interp.c (FPSCR, FPUL): Define.Jeff Law1-6/+64
1995-06-29 * interp.c: (SYS_wait): Define as SYS_wait4 if available andFred Fish1-0/+8
1995-06-23 * interp.c: Don't include sys/times.h or sys/param.hSteve Chamberlain1-2/+0
1995-06-21 * interp.c: (SIGBUS, SIGTERM): Define if not.Steve Chamberlain1-12/+35
1995-01-22Changes for PR 6203.Torbjorn Granlund1-39/+57
1994-12-29 * interp.c (BUSERROR): New macro.Steve Chamberlain1-197/+402
1994-05-18 * interp.c (sim_*): Make result void where there isn't one.David Edelsohn1-50/+211
1993-10-23(sim_stop_signal): Result is now enum sim_stop.David Edelsohn1-21/+52
1993-06-18Lint.Steve Chamberlain1-166/+145
1993-06-18 * gencode.c: Fix some opcodes.Steve Chamberlain1-131/+510
1993-04-27New stuff for SH.Steve Chamberlain1-0/+392