summaryrefslogtreecommitdiff
path: root/src/target/register.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-2/+2
* target: make register flags "bool"David Brownell2009-11-221-2/+2
* target: create/use register_cache_invalidate()David Brownell2009-11-191-1/+2
* target: simplify register get/set opsDavid Brownell2009-11-171-7/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-2/+0
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-8/+0
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* reg_t -> struct regZachary T Welch2009-11-131-9/+9
* reg_arch_type_t -> struct reg_arch_typeZachary T Welch2009-11-131-4/+4
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-5/+5
* bitfield_desc_t -> struct bitfield_descZachary T Welch2009-11-131-3/+3
* add const keyword to some APIsZachary T Welch2009-11-111-1/+2
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-5/+8
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-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-1/+0
* Change reg_s value field from u8 * to void *; it must always be cast.zwelch2009-05-061-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-0/+4
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-2/+2
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+69