aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorKoudai Iwahori <koudai@google.com>2022-11-18 01:23:43 -0800
committerAntonio Borneo <borneo.antonio@gmail.com>2022-12-03 09:26:04 +0000
commita9d74285358b2e2c8adc822b6151e9e548920c64 (patch)
tree8fb74baafd0760f3505082061f3dc4520416b978 /Doxyfile.in
parent3ea1bfce4faf656d0506c194084807f1e498abff (diff)
downloadriscv-openocd-a9d74285358b2e2c8adc822b6151e9e548920c64.zip
riscv-openocd-a9d74285358b2e2c8adc822b6151e9e548920c64.tar.gz
riscv-openocd-a9d74285358b2e2c8adc822b6151e9e548920c64.tar.bz2
hwthread: Add register validity check in get_thread_reg_list
When OpenOCD receives 'g' packet (read general registers) from GDB and target is configured as rtos=hwthread, hwthread_get_thread_reg_list is called. However, it does not check if the register valid or not. Due to this issue, OpenOCD returns invalid register values to GDB. This commit adds a validity check to hwthread_get_thread_reg_list. If the register is not valid, it tries to read the register from the target. Signed-off-by: Koudai Iwahori <koudai@google.com> Change-Id: Iad6424b62124271ec411b1dfc044b57dfc460280 Reviewed-on: https://review.openocd.org/c/openocd/+/7357 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'Doxyfile.in')
0 files changed, 0 insertions, 0 deletions