target: Rework 'set' variable of break-/watchpoints
[fw/openocd] / src / target / arc.c
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-05-22 Antonio Borneotarget: fix some minor typo
2021-03-19 Evgeniy Didintarget/arc: refactor ARC register numbers defines
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
2020-12-05 Antonio Borneotarget/register: use an array of uint8_t for register...
2020-10-24 Evgeniy Didintarget/arc: introduce watchpoints support
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-07-26 Evgeniy Didintarget/arc: Introduce Actionpoints support
2020-07-08 Antonio Borneocoding style: fix space separation
2020-06-27 Evgeniy Didintarget/arc: Introduce L1I,L1D,L2 caches support
2020-05-14 Antonio Borneotarget/arc: fix build with clang
2020-05-08 Evgeniy Didintarget/arc: introduce breakpoint functionality
2020-05-08 Evgeniy Didintarget/arc: introduce arc_read/write_instruction functions
2020-05-08 Evgeniy Didintarget/arc: Add initial stepping functions
2020-04-20 Evgeniy Didintarget/arc: remove saving context during reset
2020-02-29 Evgeniy Didintarget/arc: fix clang static analyzer warnings
2020-02-27 Evgeniy DidinIntroduce ARCv2 architecture related code