Revert "target: remove unused working area 'user' field"
[fw/openocd] / src / target / arm_simulator.c
2012-08-24 Martin Nowakbuild: fix clang warnings
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2011-10-26 Øyvind Harboeclang: fix warning about use of unitialized variable
2011-06-07 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2010-06-15 Øyvind Harboearm_simulator: -Wshadow warning fixes
2010-04-10 Antonio BorneoARM_SIMULATOR: review scope of functions
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-05 David BrownellARM: rename armv4_5_mode_* AS arm_mode_*
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-16 David Brownelltarget: don't include "log.h" from "armv4_5.h"
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
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