openocd/src/rtos
Zied Guermazi a6863e9a52 keep gdb aware of threads if RTOS is set but no threads are created
if gdb server (openocd) answers qfThreadInfo with an empty string during boot,
gdb will not request thread info anymore. to keep thread awareness in gdb,
we have to answer with a non empty string, 'l' indicates an end of list,
and is a valid answer here.

Change-Id: I7870a5db1090c786f306db16a25871e69b8a9760
Signed-off-by: Zied Guermazi <guermazi.zied@gmail.com>
Reviewed-on: http://openocd.zylin.com/1432
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2013-07-01 08:38:32 +00:00
..
ChibiOS.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
FreeRTOS.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
Makefile.am update files to correct FSF address 2013-06-05 19:52:42 +00:00
ThreadX.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
eCos.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
embKernel.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
linux.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
linux_header.h rtos : linux awareness 2012-01-15 22:17:16 +00:00
rtos.c keep gdb aware of threads if RTOS is set but no threads are created 2013-07-01 08:38:32 +00:00
rtos.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_chibios_stackings.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_chibios_stackings.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_ecos_stackings.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_ecos_stackings.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_embkernel_stackings.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_embkernel_stackings.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_standard_stackings.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
rtos_standard_stackings.h update files to correct FSF address 2013-06-05 19:52:42 +00:00