summaryrefslogtreecommitdiff
path: root/src/target/register.c
Commit message (Expand)AuthorAgeFilesLines
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* target: create/use register_cache_invalidate()David Brownell2009-11-191-1/+21
* target: simplify register get/set opsDavid Brownell2009-11-171-45/+6
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* reg_t -> struct regZachary T Welch2009-11-131-5/+5
* reg_arch_type_t -> struct reg_arch_typeZachary T Welch2009-11-131-5/+5
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-4/+4
* add const keyword to some APIsZachary T Welch2009-11-111-1/+2
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-2/+2
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+0
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+0
* SEGFAULT gaffe in dummy register handlingoharboe2008-10-131-2/+2
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-0/+27
* Centralize error handling for buggy register handlingoharboe2008-10-061-10/+11
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-1/+1
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+4
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+100