index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
arm_simulator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...
Freddie Chopin
2011-06-07
1
-9
/
+0
*
arm_simulator: -Wshadow warning fixes
Øyvind Harboe
2010-06-15
1
-11
/
+11
*
ARM_SIMULATOR: review scope of functions
Antonio Borneo
2010-04-10
1
-1
/
+1
*
ARM: use <target/arm.h> not armv4_5.h
David Brownell
2009-12-07
1
-0
/
+1
*
ARM: switch target_to_armv4_5() to target_to_arm()
David Brownell
2009-12-04
1
-1
/
+1
*
ARM: rename armv4_5_state_* as arm_state_*
David Brownell
2009-12-04
1
-2
/
+2
*
ARM: rename armv4_5_mode_* AS arm_mode_*
David Brownell
2009-12-04
1
-3
/
+3
*
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
David Brownell
2009-12-04
1
-2
/
+2
*
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
2009-12-04
1
-14
/
+14
*
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
ARM: remove 'armv4_5_common_s' migration #define
David Brownell
2009-11-22
1
-1
/
+1
*
ARM: simplify CPSR handling
David Brownell
2009-11-22
1
-1
/
+1
*
target: don't include "log.h" from "armv4_5.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: no implicit #includes of "register.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: less implicit inclusion of "command.h"
David Brownell
2009-11-16
1
-1
/
+0
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-2
/
+2
*
armv4_5_common_t -> struct arm
Zachary T Welch
2009-11-13
1
-8
/
+8
*
arm_instruction_t -> struct arm_instruction
Zachary T Welch
2009-11-13
1
-1
/
+1
*
ARM: minor simulator cleanup
David Brownell
2009-11-08
1
-25
/
+49
*
ARM: other code uses the new inheritance/nesting scheme
David Brownell
2009-11-05
1
-12
/
+10
*
ARM: fix single-step of Thumb unconditional branch
Nicolas Pitre
2009-10-27
1
-2
/
+2
*
ARM: fix Thumb mode handling when single-stepping register based branch insns
Nicolas Pitre
2009-10-26
1
-22
/
+33
*
ARM: allow proper single stepping of Thumb BL and BLX instructions
Nicolas Pitre
2009-10-26
1
-0
/
+12
*
ARM: call thumb_pass_branch_condition() only for actual branch opcodes
Nicolas Pitre
2009-10-26
1
-8
/
+6
*
fix single step of bx instruction going into Thumb mode
Nicolas Pitre
2009-10-19
1
-1
/
+1
*
fix pass_condition() LE condition code check
Lennert Buytenhek
2009-10-13
1
-3
/
+3
*
refactor arm simulator to allow arm11 code to use it as well - no observable ...
oharboe
2009-08-27
1
-48
/
+129
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-57
/
+57
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-8
/
+8
*
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
2009-06-18
1
-24
/
+24
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-2
/
+2
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-7
/
+7
*
Audit and eliminate redundant #include directives in arm target files.
zwelch
2009-05-11
1
-2
/
+0
*
Solve problem with single stepping.
mlu
2009-04-14
1
-1
/
+8
*
Hongtao Zheng - fix a simulation error for "BX PC"
oharboe
2008-10-28
1
-0
/
+7
*
hontor <hontor@126.com> - fix simulation step errors
oharboe
2008-10-23
1
-3
/
+9
*
Laurentiu Cocanu - add error handling
oharboe
2008-10-14
1
-5
/
+21
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-5
/
+5
*
- removed warnings "xxxxx" might be used uninitialized in this function (arm_...
mifi
2008-03-01
1
-2
/
+2
*
- debug handler file not closed - (thanks to oyvind harboe for the patch)
ntfreak
2008-01-11
1
-3
/
+6
*
- split fileio handling into fileio part and image handling
drath
2007-05-29
1
-14
/
+36
*
- merged XScale branch back into trunk
drath
2007-03-28
1
-0
/
+684