]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
target/arc: allow reading memory while target runs
authorDaniel DeGrasse <ddegrasse@tenstorrent.com>
Fri, 17 Jan 2025 03:33:48 +0000 (22:33 -0500)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 16 Feb 2025 16:26:42 +0000 (16:26 +0000)
commit44e782d55bf1ce0d924c082281082496cdc2495e
tree588bd8d094ecaf5c7b57985ec13be5dccf38f3cd
parent9bb0a4558bc84b8be63aa937d4b7b9283614f132
target/arc: allow reading memory while target runs

There is no reason that ARC can't support reading from memory over JTAG
while the target is executing, and this is in fact required for RTT
support. Remove this check from arc_mem_read and arc_mem_write

Change-Id: I2accfb4b99bf77c5473d133623e0eb0632cb45f6
Signed-off-by: Daniel DeGrasse <ddegrasse@tenstorrent.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8721
Tested-by: jenkins
Reviewed-by: Evgeniy Didin <didin@synopsys.com>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/arc_mem.c