summaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin2011-06-071-9/+0
* arm_simulator: -Wshadow warning fixesØyvind Harboe2010-06-151-11/+11
* ARM_SIMULATOR: review scope of functionsAntonio Borneo2010-04-101-1/+1
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-0/+1
* ARM: switch target_to_armv4_5() to target_to_arm()David Brownell2009-12-041-1/+1
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-2/+2
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-041-3/+3
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-2/+2
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-14/+14
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-221-1/+1
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-1/+1
* target: don't include "log.h" from "armv4_5.h"David Brownell2009-11-161-0/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-8/+8
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-1/+1
* ARM: minor simulator cleanupDavid Brownell2009-11-081-25/+49
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-12/+10
* ARM: fix single-step of Thumb unconditional branchNicolas Pitre2009-10-271-2/+2
* ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre2009-10-261-22/+33
* ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre2009-10-261-0/+12
* ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre2009-10-261-8/+6
* fix single step of bx instruction going into Thumb modeNicolas Pitre2009-10-191-1/+1
* fix pass_condition() LE condition code checkLennert Buytenhek2009-10-131-3/+3
* refactor arm simulator to allow arm11 code to use it as well - no observable ...oharboe2009-08-271-48/+129
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-57/+57
* - Replace 'if(' with 'if ('.zwelch2009-06-231-8/+8
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-24/+24
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-7/+7
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-2/+0
* Solve problem with single stepping.mlu2009-04-141-1/+8
* Hongtao Zheng - fix a simulation error for "BX PC"oharboe2008-10-281-0/+7
* hontor <hontor@126.com> - fix simulation step errorsoharboe2008-10-231-3/+9
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-5/+21
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-5/+5
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-2/+2
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-111-3/+6
* - split fileio handling into fileio part and image handlingdrath2007-05-291-14/+36
* - merged XScale branch back into trunkdrath2007-03-281-0/+684