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.h
Age
Commit message (
Expand
)
Author
2016-05-24
Make #include guard naming consistent
Marc Schink
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2015-03-09
target/arm_disassembler: add exception related disassembly
pierre Kuo
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-05-21
build: add helper/types.h to config.h
Spencer Oliver
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
arm_instruction_t -> struct arm_instruction
Zachary T Welch
2009-11-13
arm_load_store_multiple_instr_t -> struct arm_load_store_multiple_instr
Zachary T Welch
2009-11-13
arm_load_store_instr_t -> struct arm_load_store_instr
Zachary T Welch
2009-11-13
arm_data_proc_instr_t -> struct arm_data_proc_instr
Zachary T Welch
2009-11-13
arm_b_bl_bx_blx_instr_t -> struct arm_b_bl_bx_blx_instr
Zachary T Welch
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
2009-07-15
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
- Fixes '>>' whitespace
zwelch
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
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
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