index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
arm_disassembler.c
Age
Commit message (
Expand
)
Author
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
- Fixes '[<>]' whitespace
zwelch
2009-06-23
- Fixes '==' whitespace
zwelch
2009-06-23
- Fixes '<<' whitespace
zwelch
2009-06-23
- Fixes '!=' whitespace
zwelch
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-21
C99 printf() -Werror fixes
duane
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
2009-03-24
Hiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz instruction
oharboe
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2007-06-24
- ST STM32x cortex support added
ntfreak
2007-06-14
- added manpage for OpenOCD (thanks to Uwe Hermann)
drath
2007-05-29
- split fileio handling into fileio part and image handling
drath
2007-03-28
- merged XScale branch back into trunk
drath
2007-03-26
- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
drath
2007-01-09
- disabled FT2232 debug output (that code should be fairly stable)
drath
2006-07-17
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
2006-06-25
- changed use of bzero (deprecated) to memset (thanks to Spen for pointing th...
drath
2006-06-16
- keep additional information for decoded instructions
drath
2006-06-12
- the 'help' command now takes an optional argument to display help only on a...
drath