target_t -> struct target
[fw/openocd] / src / target / arm_simulator.c
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-11-08 David BrownellARM: minor simulator cleanup
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-10-28 Nicolas PitreARM: fix single-step of Thumb unconditional branch
2009-10-27 Nicolas PitreARM: fix Thumb mode handling when single-stepping regis...
2009-10-27 Nicolas PitreARM: allow proper single stepping of Thumb BL and BLX...
2009-10-27 Nicolas PitreARM: call thumb_pass_branch_condition() only for actual...
2009-10-19 Nicolas Pitrefix single step of bx instruction going into Thumb...
2009-10-13 Lennert Buytenhekfix pass_condition() LE condition code check
2009-08-27 oharboerefactor arm simulator to allow arm11 code to use it...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-14 mluSolve problem with single stepping.
2008-10-28 oharboeHongtao Zheng - fix a simulation error for "BX PC"
2008-10-23 oharboehontor <hontor@126.com> - fix simulation step errors
2008-10-14 oharboeLaurentiu Cocanu - add error handling
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-01-11 ntfreak- debug handler file not closed - (thanks to oyvind...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-28 drath- merged XScale branch back into trunk