]> git.sur5r.net Git - openocd/history - src/target/register.c
register: support non-existent registers
[openocd] / src / target / register.c
2018-10-16 Steven Stallionregister: support non-existent registers
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-03-09 Paul Fertsertarget/cortex_m: do not leak memory on reexamination
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchreg_arch_type_t -> struct reg_arch_type
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-13 oharboeSEGFAULT gaffe in dummy register handling
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2008-10-06 oharboeCentralize error handling for buggy register handling
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/