aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-15sim: sim-close: unify sim_close logicMike Frysinger1-7/+0
2015-07-14Remove extraneous whitespace from ARM sim sources.Nick Clifton1-8/+7
2015-06-28Add support for ARM v6 instructions.Nick Clifton1-11/+5
2015-04-17sim: arm/cr16/d10v/h8300/microblaze/sh: fill out sim-cpu pc fetch/store helpersMike Frysinger1-0/+22
2015-03-30sim: arm: convert to nrunMike Frysinger1-145/+75
2015-03-30sim: arm: clean up misc warningsMike Frysinger1-15/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-03-18Convert function declarations to ISO C format. Remove redundant code.Nick Clifton1-99/+60
2014-03-14Add support for instruction level tracing to the ARM simulator.Nick Clifton1-10/+110
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-4/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-07sim/arm: Prevent crash when running sim with no binary.Will Newton1-0/+2
2013-11-07sim/arm: Prevent NULL pointer dereference in sim_create_inferior.Will Newton1-4/+8
2013-03-15gdb:Steve Ellcey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-08-01 * wrapper.c (libiberty.h): Include.Kevin Buettner1-6/+8
2012-06-13 * wrapper.c (sim_create_inferior): Treat WMMX2 binaries as iWMMXtNick Clifton1-0/+1
2012-05-24gdb/Pedro Alves1-3/+3
2012-05-19 PR 14072Nick Clifton1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-04-16sim: add sim_complete_command stubs for non-common-using portsMike Frysinger1-0/+6
2011-01-01run copyright.sh for 2011.Joel Brobecker1-2/+2
2010-04-14sim: constify sim_write source buffer (part 2)Mike Frysinger1-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-06-07sim:Joseph Myers1-2/+5
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-14/+12
2007-02-08 Reported by timeless@gmail.com:Daniel Jacobowitz1-1/+1
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-11-28 * remote-sim.c (gdbsim_wait): Pass target signal numbers toMark Mitchell1-11/+4
2005-05-12Update the address of the FSF organizationNick Clifton1-2/+2
2005-04-25* armemu.c (handle_v6_insn): New function - emulate a few of the v6 instructi...Nick Clifton1-1/+1
2005-03-302005-03-30 Paul Brook <paul@codesourcery.com>Paul Brook1-0/+8
2003-03-30Remove use of __IWMMXT__.Nick Clifton1-4/+2
2003-03-27Add iWMMXt support to ARM simulatorNick Clifton1-0/+97
2003-03-20Add Cirrus Maverick support to arm simulatorNick Clifton1-1/+84
2003-02-27Index: arm/ChangeLogAndrew Cagney1-2/+2
2002-09-27Add support for -m option. Fix PR gdb/433.Andrew Cagney1-2/+19
2002-06-12Add the file include/gdb/sim-arm.h defining an enum that specifies theAndrew Cagney1-11/+76
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-2/+2
2002-05-27Only perform access checks if 'check' is set.Nick Clifton1-2/+3
2002-05-20Add support for target specific command line switches to old-style simualtors.Nick Clifton1-0/+118
2002-03-18Increase default memory size to 8MB.Anthony Green1-1/+1
2002-02-05Modify previous patch so that it is only triggered for COFF format executables.Nick Clifton1-8/+12
2002-02-04If a v5 architecture is detected, assume it might be an XScale binary, sinceNick Clifton1-0/+9
2002-01-09General format tidy upsNick Clifton1-45/+50
2002-01-09Fix bug detected by GDB testsuite - when fetching registers more than 4Nick Clifton1-5/+14