aboutsummaryrefslogtreecommitdiff
path: root/src/target/arc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13target: make local symbols staticAntonio Borneo1-8/+8
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo1-2/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-19/+19
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-4/+4
2021-05-22target: fix some minor typoAntonio Borneo1-1/+1
2021-03-19target/arc: refactor ARC register numbers definesEvgeniy Didin1-3/+3
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-0/+1
2020-12-05target/register: use an array of uint8_t for register's valueAntonio Borneo1-1/+1
2020-10-24target/arc: introduce watchpoints supportEvgeniy Didin1-3/+165
2020-09-05target: use proper format with uint32_tAntonio Borneo1-6/+6
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-7/+7
2020-07-26target/arc: Introduce Actionpoints supportEvgeniy Didin1-7/+277
2020-07-08coding style: fix space separationAntonio Borneo1-2/+2
2020-06-27target/arc: Introduce L1I,L1D,L2 caches supportEvgeniy Didin1-4/+210
2020-05-14target/arc: fix build with clangAntonio Borneo1-1/+1
2020-05-08target/arc: introduce breakpoint functionalityEvgeniy Didin1-2/+156
2020-05-08target/arc: introduce arc_read/write_instruction functionsEvgeniy Didin1-0/+56
2020-05-08target/arc: Add initial stepping functionsEvgeniy Didin1-1/+102
2020-04-20target/arc: remove saving context during resetEvgeniy Didin1-1/+3
2020-02-29target/arc: fix clang static analyzer warningsEvgeniy Didin1-2/+2
2020-02-27Introduce ARCv2 architecture related codeEvgeniy Didin1-0/+1339