aboutsummaryrefslogtreecommitdiff
path: root/src/target/register.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+3
2020-12-05target/register: use an array of uint8_t for register's valueAntonio Borneo1-1/+1
2020-11-15target, register: allow a register hidden from gdb and 'reg' cmdTomas Vanek1-0/+2
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-0/+2
2018-03-27tdesc: bitfields may carry a typeMatthias Welwarsky1-0/+3
2017-10-18Document `struct reg` fields.Tim Newsome1-0/+15
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-09target/cortex_m: do not leak memory on reexaminationPaul Fertser1-0/+1
2013-09-21gdb: add default description reg typesSpencer Oliver1-0/+2
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-0/+93
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-8/+6
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-2/+2
2009-11-22target: make register flags "bool"David Brownell1-2/+2
2009-11-19target: create/use register_cache_invalidate()David Brownell1-1/+2
2009-11-17target: simplify register get/set opsDavid Brownell1-7/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-2/+0
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-8/+0
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13reg_t -> struct regZachary T Welch1-9/+9
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch1-4/+4
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-5/+5
2009-11-13bitfield_desc_t -> struct bitfield_descZachary T Welch1-3/+3
2009-11-11add const keyword to some APIsZachary T Welch1-1/+2
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-5/+8
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-2/+2
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-1/+0
2009-05-06Change reg_s value field from u8 * to void *; it must always be cast.zwelch1-1/+1
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe1-0/+4
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-2/+2
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+69