aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-22sim: arm: fix -Wshadow=local warningsMike Frysinger1-9/+7
2023-12-21sim: arm: fix -Wimplicit-fallthrough warningsMike Frysinger1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-25sim: cpu: change default init to handle all cpusMike Frysinger1-1/+1
2022-12-23sim: arm: move arch-specific settings to internal headerMike Frysinger1-0/+1
2022-12-22sim: switch sim_{read,write} APIs to 64-bit all the time [PR sim/7504]Mike Frysinger1-8/+8
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger1-1/+1
2022-11-02sim: common: change sim_{fetch,store}_register helpers to use void* buffersMike Frysinger1-7/+8
2022-10-31sim: reg: constify store helperMike Frysinger1-1/+1
2022-10-31sim: constify various integer readersMike Frysinger1-1/+1
2022-10-31sim: common: change sim_read & sim_write to use void* buffersMike Frysinger1-4/+6
2022-04-04sim: fixes for libopcodes styled disassemblerAndrew Burgess1-1/+14
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15sim: split program path out of argv vectorMike Frysinger1-4/+1
2021-06-12sim: overhaul alignment settings managementMike Frysinger1-0/+3
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-1/+3
2021-05-14sim: create header namespaceMike Frysinger1-2/+2
2021-05-03sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessarySimon Marchi1-2/+2
2021-04-12sim: cgen: move cgen_cpu_max_extra_bytes logic into the common codeMike Frysinger1-1/+1
2021-01-04sim: include stdlib.h for atoi()Mike Frysinger1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Add support for the SDIV and UDIV instructions to the ARM simulator.Jens Bauer1-0/+8
2020-08-13[ARM, sim] Fix build failure with -Werror (PR26365)Luis Machado1-12/+30
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-06[ARM, sim] Fix build error and warningsLuis Machado1-33/+2
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