aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/interp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-10sim: constify arg to sim_do_commandMike Frysinger1-4/+4
2014-03-05sim: constify prog_nameMike Frysinger1-1/+1
2014-02-17sim: delete duplicate SIGINT handlingMike Frysinger1-13/+0
2014-01-07remove PARAMS from simTom Tromey1-16/+16
2013-03-15gdb:Steve Ellcey1-1/+1
2012-02-16Update sim_fetch_register, sim_store_register for sh and mn10300.Kevin Buettner1-3/+3
2011-04-16sim: add sim_complete_command stubs for non-common-using portsMike Frysinger1-0/+6
2010-04-14sim: constify sim_write source buffer (part 2)Mike Frysinger1-2/+2
2010-02-14 * interp.c: Don't include sysdep.h.Masaki Muranaka1-1/+18
2008-02-042008-02-04 Antony King <antony.king@st.com>Andrew Stubbs1-13/+8
2005-11-102005-11-10 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-1/+1
2005-09-19 * interp.c (<sys/mman.h>): Include.Joern Rennecke1-5/+35
2005-08-02 * interp.c (strswaplen): Add one for '\0' delimiter.Joern Rennecke1-1/+5
2004-09-08 * gencode.c (movua.l): Compensate for endianness.Corinna Vinschen1-27/+321
2004-02-122004-02-12 Michael Snyder <msnyder@redhat.com>Michael Snyder1-3/+3
2004-01-102004-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder1-55/+60
2004-01-092004-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder1-6/+43
2003-11-03 * interp.c (fsca_s, fsrra_s): New functions.Joern Rennecke1-0/+49
2003-10-15include/gdb:Joern Rennecke1-0/+11
2003-08-112003-08-11 Shrinivas Atre <shrinivasa@KPITCummins.com>Michael Snyder1-0/+52
2003-02-27Index: arm/ChangeLogAndrew Cagney1-3/+3
2002-10-11gcc uses trap 33 for profiling, but the simulator didn't support it.Joern Rennecke1-4/+15
2002-07-17include/gdb:Joern Rennecke1-114/+163
2002-06-18 * interp.c (sim_resume): Fix setting of bus error forJoern Rennecke1-1/+1
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-2/+2
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