riscv-openocd/src/rtos
Matthias Blaicher aa8e480ec4 rtos: Fix error in reading the current thread in ChibiOS/RT
Commit c4ab127b40 introduces a copy&paste error which affects
the detection of the current thread.

As a result, the stack of the current thread won't be detected
correctly in most cases.

Change-Id: Ib46b8f64be8053d7e9103f427c66796963214419
Signed-off-by: Matthias Blaicher <matthias@blaicher.com>
Reviewed-on: http://openocd.zylin.com/974
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2012-11-12 09:47:40 +00:00
..
ChibiOS.c rtos: Fix error in reading the current thread in ChibiOS/RT 2012-11-12 09:47:40 +00:00
FreeRTOS.c rtos: Use ARRAY_SIZE instead of coding it by hand 2012-10-28 01:25:39 +00:00
Makefile.am rtos: Add ChibiOS/RT support 2012-10-16 06:32:03 +00:00
ThreadX.c rtos: Use ARRAY_SIZE instead of coding it by hand 2012-10-28 01:25:39 +00:00
eCos.c rtos: Use ARRAY_SIZE instead of coding it by hand 2012-10-28 01:25:39 +00:00
linux.c gdb: use strncmp rather than strstr 2012-10-28 01:40:21 +00:00
linux_header.h rtos : linux awareness 2012-01-15 22:17:16 +00:00
rtos.c gdb: fix broken qCRC packet handling 2012-10-28 01:41:14 +00:00
rtos.h build: add helper/types.h to config.h 2012-05-21 16:15:26 +00:00
rtos_chibios_stackings.c rtos: Add ChibiOS/RT support 2012-10-16 06:32:03 +00:00
rtos_chibios_stackings.h rtos: Add ChibiOS/RT support 2012-10-16 06:32:03 +00:00
rtos_ecos_stackings.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos_ecos_stackings.h build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos_standard_stackings.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos_standard_stackings.h build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00