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
/
register.c
Age
Commit message (
Expand
)
Author
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-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
2009-11-17
target: simplify register get/set ops
David Brownell
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
2009-11-13
reg_t -> struct reg
Zachary T Welch
2009-11-13
reg_arch_type_t -> struct reg_arch_type
Zachary T Welch
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-11
add const keyword to some APIs
Zachary T Welch
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
2008-10-13
SEGFAULT gaffe in dummy register handling
oharboe
2008-10-07
Fixes SEGFAULT when setting registers from GDB.
oharboe
2008-10-06
Centralize error handling for buggy register handling
oharboe
2006-09-28
- str9x flash support (Thanks to Spencer Oliver)
drath
2006-07-17
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath