aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
AgeCommit message (Expand)Author
2009-10-19fix single step of bx instruction going into Thumb modeNicolas Pitre
2009-10-13fix pass_condition() LE condition code checkLennert Buytenhek
2009-08-27refactor arm simulator to allow arm11 code to use it as well - no observable ...oharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-04-14Solve problem with single stepping.mlu
2008-10-28Hongtao Zheng - fix a simulation error for "BX PC"oharboe
2008-10-23hontor <hontor@126.com> - fix simulation step errorsoharboe
2008-10-14Laurentiu Cocanu - add error handlingoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-01- removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak
2007-05-29- split fileio handling into fileio part and image handlingdrath
2007-03-28- merged XScale branch back into trunkdrath