aboutsummaryrefslogtreecommitdiff
path: root/src/target/register.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03register: refactor register_cache_invalidate()Marek Vrbka1-3/+2
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-06-18target/register: Minor code cleanupMarc Schink1-14/+12
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-0/+23
2019-03-06target/register: Use 'bool' data typeMarc Schink1-4/+4
2018-10-16register: support non-existent registersSteven Stallion1-0/+4
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-09target/cortex_m: do not leak memory on reexaminationPaul Fertser1-0/+8
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-1/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-6/+5
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-19target: create/use register_cache_invalidate()David Brownell1-1/+21
2009-11-17target: simplify register get/set opsDavid Brownell1-45/+6
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-13reg_t -> struct regZachary T Welch1-5/+5
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch1-5/+5
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-4/+4
2009-11-11add const keyword to some APIsZachary T Welch1-1/+2
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-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-4/+0
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+0
2008-10-13SEGFAULT gaffe in dummy register handlingoharboe1-2/+2
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe1-0/+27
2008-10-06Centralize error handling for buggy register handlingoharboe1-10/+11
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-1/+1
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+4
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+100