aboutsummaryrefslogtreecommitdiff
path: root/src/target/register.h
AgeCommit message (Expand)Author
2015-03-09target/cortex_m: do not leak memory on reexaminationPaul Fertser
2013-09-21gdb: add default description reg typesSpencer Oliver
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2009-11-22target: make register flags "bool"David Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13bitfield_desc_t -> struct bitfield_descZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-05-06Change reg_s value field from u8 * to void *; it must always be cast.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath