aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-21[SIM, ARM] Fix build failureYao Qi1-1/+3
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger1-3/+3
2016-01-03sim: parse_args: display getopt error ourselvesMike Frysinger1-3/+1
2016-01-03sim: use libiberty countargv in more placesMike Frysinger1-6/+1
2016-01-03sim: convert to bfd_endianMike Frysinger1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-30sim: arm/d10v/h8300/m68hc11/microblaze/mips/mn10300/moxie/sh/v850: convert to...Mike Frysinger1-10/+6
2015-12-25sim: arm: delete unused codeMike Frysinger1-8/+0
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