aboutsummaryrefslogtreecommitdiff
path: root/src/target/mem_ap.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-17arm_adi_v5: fix SIGSEGV due to failing re-examineAntonio Borneo1-8/+5
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13target: make local symbols staticAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the incomplete GPL-2.0-or-later license tagAntonio Borneo1-13/+5
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo1-1/+1
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-1/+15
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-05-22mem_ap: fix target arch_info typeAntonio Borneo1-5/+7
2021-04-11mem_ap: allow GDB connectionsAntonio Borneo1-3/+90
2020-09-05target: use proper format with uint32_tAntonio Borneo1-2/+2
2020-06-06target/mem_ap: fix two memory leaksAntonio Borneo1-0/+10
2019-06-12mem_ap: fix format of logged addressesAntonio Borneo1-2/+2
2019-02-25mem_ap: fix a potential memory leak in mem_ap_target_create()Antonio Borneo1-1/+7
2018-09-10target/mem_ap: generic mem-ap targetMatthias Welwarsky1-0/+181