aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-29- split fileio handling into fileio part and image handlingdrath1-14/+36
2007-03-28- merged XScale branch back into trunkdrath1-0/+684