aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
AgeCommit message (Expand)AuthorFilesLines
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