rtos: Don't crash on qSymbol GDB packet when no RTOS is configured
authorMatthias Blaicher <matthias@blaicher.com>
Tue, 9 Oct 2012 08:25:00 +0000 (10:25 +0200)
committerPeter Stuge <peter@stuge.se>
Tue, 9 Oct 2012 10:23:51 +0000 (10:23 +0000)
commit9ff407156894a5f0b9db1f5438901b5a2e0b80b9
treefa6dc9df3ae32acea4d86598004011a8f464f3f2
parenta136b08fc3ad4a9cc17ff0e5a23315f302ee5f48
rtos: Don't crash on qSymbol GDB packet when no RTOS is configured

Commit 43902905bbc8fdc9d764f3843d697161d9b5fd92 fixed a bug but also
introduced a regression. The RTOS GDB packet handler is always called,
not only when an RTOS is actually configured, so it is important to
check if an RTOS has been configured or not before actually processing
the qSymbol packet.

Change-Id: I1aed54f6c2817e1ebf99ddcda051df4554ea5a3a
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://openocd.zylin.com/907
Tested-by: jenkins
src/rtos/rtos.c