aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-20target/arm: opcodes: rename CamelCase symbols and uppercase variablesAntonio Borneo1-93/+93
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-24build: fix clang warningsMartin Nowak1-2/+2
2012-02-06build: cleanup src/target directorySpencer Oliver1-237/+101
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-20/+20
2011-10-26clang: fix warning about use of unitialized variableØyvind Harboe1-1/+1
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin1-9/+0
2010-06-15arm_simulator: -Wshadow warning fixesØyvind Harboe1-11/+11
2010-04-10ARM_SIMULATOR: review scope of functionsAntonio Borneo1-1/+1
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-0/+1
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell1-1/+1
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell1-2/+2
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-3/+3
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-2/+2
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-14/+14
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-1/+1
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-1/+1
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell1-0/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-8/+8
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-1/+1
2009-11-08ARM: minor simulator cleanupDavid Brownell1-25/+49
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-12/+10
2009-10-27ARM: fix single-step of Thumb unconditional branchNicolas Pitre1-2/+2
2009-10-26ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre1-22/+33
2009-10-26ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre1-0/+12
2009-10-26ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre1-8/+6
2009-10-19fix single step of bx instruction going into Thumb modeNicolas Pitre1-1/+1
2009-10-13fix pass_condition() LE condition code checkLennert Buytenhek1-3/+3
2009-08-27refactor arm simulator to allow arm11 code to use it as well - no observable ...oharboe1-48/+129
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-57/+57
2009-06-23- Replace 'if(' with 'if ('.zwelch1-8/+8
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-24/+24
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-7/+7
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-2/+0
2009-04-14Solve problem with single stepping.mlu1-1/+8
2008-10-28Hongtao Zheng - fix a simulation error for "BX PC"oharboe1-0/+7
2008-10-23hontor <hontor@126.com> - fix simulation step errorsoharboe1-3/+9
2008-10-14Laurentiu Cocanu - add error handlingoharboe1-5/+21
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-5/+5
2008-03-01- removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi1-2/+2
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak1-3/+6