aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-11Merge branch 'master' into from_upstreamTim Newsome1-52/+493
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-8/+8
2022-03-12target: Deprecate 'array2mem' and 'mem2array''Marc Schink1-50/+4
2022-03-12target/tcl: Add 'read_memory' and 'write_memory'Marc Schink1-0/+321
2022-03-05target/tcl: Add get_reg functionMarc Schink1-0/+101
2022-03-05target/tcl: Add set_reg functionMarc Schink1-0/+65
2022-03-03From upstream (#684)Tim Newsome1-21/+33
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-21/+23
2022-02-05semihosting: User defined operation, Tcl command exec on hostZoltán Dudás1-0/+9
2022-01-28Merge branch 'master' into from_upstreamTim Newsome1-5/+5
2022-01-22target: use target_event_name()Antonio Borneo1-5/+5
2021-12-28Merge branch 'master' into from_upstreamTim Newsome1-8/+9
2021-12-11target/target: Check checksum_memory before callYasushi SHOJI1-0/+4
2021-12-03Merge pull request #665 from riscv/examinedTim Newsome1-1/+9
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek1-8/+5
2021-11-30Merge branch 'master' into from_upstreamTim Newsome1-2/+2
2021-11-29Don't reexamine targets until it's time.Tim Newsome1-1/+9
2021-11-20target: Use target_addr_t for algorithm addresses.Tim Newsome1-3/+3
2021-10-21Properly handle held-in-reset targets. (#654)Tim Newsome1-13/+7
2021-10-05Merge branch 'master' into from_upstreamTim Newsome1-19/+26
2021-10-02target: reset target examined flag if target::examine() failsTarek BOCHKATI1-11/+18
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo1-1/+1
2021-09-25arm_tpiu_swo: fix support for deprecated 'tpiu' command before 'init'Antonio Borneo1-1/+1
2021-09-18target: do not cast NULL in assignmentAntonio Borneo1-4/+4
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-2/+2
2021-08-31Fix build.Tim Newsome1-5/+5
2021-08-30Merge branch 'master' into from_upstreamTim Newsome1-362/+367
2021-08-14helper/align.h: use itAntonio Borneo1-4/+5
2021-07-31Call poll at a fixed interval.Tim Newsome1-12/+24
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-15/+15
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-59/+59
2021-07-24target: rename CamelCase symbolsAntonio Borneo1-100/+100
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-22/+22
2021-07-10target: add support for 64bit data in mem2array and array2memJan Matyas1-132/+136
2021-07-10target: add 64-bit address array command supportDaniel Goehring1-10/+12
2021-07-02target: check return value of register get/set callbacksJan Matyas1-18/+22
2021-06-30Merge branch 'master' into from_upstreamTim Newsome1-2/+2
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-2/+2
2021-06-11From upstream (#620)Tim Newsome1-83/+85
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-1/+1
2021-06-04Add target_data_bits().Tim Newsome1-4/+17
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink1-1/+1
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-74/+74
2021-05-29help text: remove trailing spaceAntonio Borneo1-3/+3
2021-05-22target: fix some minor typoAntonio Borneo1-1/+1
2021-05-14Remote enable_rtos_riscv command.Tim Newsome1-19/+0
2021-05-03Merge branch 'master' into from_upstreamTim Newsome1-19/+42