2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 05:55:41 +10:00
openocd/src
Tomas Vanek e4160bd422 target/armv7m: rework Cortex-M register handling part 2
Make arm register id coherent with reg_list index.
Without this reg_list[ARMV7M_R12] was possible but
reg_list[ARMV7M_FPSCR] was out of bounds.

Remove unused items from reg_list index.

Change-Id: I84d3b5c496fc1839d07a5b74cb1fd1c3d4ff8989
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/5862
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Christopher Head <chead@zaber.com>
2020-11-15 21:06:00 +00:00
..
flash flash/stmqspi: minor fixes on coding style 2020-11-15 21:04:29 +00:00
helper helper/command: fix clang static analyzer warning 2020-11-04 17:35:14 +00:00
jtag stlink: fix computation of trace prescaler 2020-11-07 20:54:08 +00:00
pld openocd: use proper format with uint32_t 2020-09-05 17:12:44 +01:00
rtos rtos: make private the API rtos_try_next() 2020-11-04 17:39:42 +00:00
server target, register: allow a register hidden from gdb and 'reg' cmd 2020-11-15 21:05:37 +00:00
svf openocd: fix command's usage string 2020-09-05 17:13:10 +01:00
target target/armv7m: rework Cortex-M register handling part 2 2020-11-15 21:06:00 +00:00
transport build: fix build with --enable-minidriver-dummy 2020-11-07 20:53:39 +00:00
xsvf openocd: avoid checking for non NULL pointer to free it 2020-09-05 17:11:50 +01:00
hello.c
hello.h
main.c
Makefile.am
openocd.c openocd: convert function setup_command_handler() to static 2020-11-04 17:40:14 +00:00
openocd.h