I started OpenOCD (current master) with -rtos FreeRTOS.

When I run OpenOCD in GDB the functions gdb_thread_packet and 
rtos_thread_packet are called continuously.

I've noticed something new... Now whenever I halt the debugging OpenOCD 
says:
No symbols for FreeRTOS

It's there no matter if I connect to target that was just reset or to a 
running one.

What am I missing? I see all the variables listed in the FreeRTOS.c file 
in FreeRTOS_symbol_list array...

xSuspendedTaskList      {...}   
pxDelayedTaskList       0x1000011c      
xTasksWaitingTermination        {...}   
xDelayedTaskList2       {...}   
pxReadyTasksLists       0x1000008c      
pxCurrentTCB    0x10000648      
xPendingReadyList       {...}   
pxOverflowDelayedTaskList       0x10000078      
xDelayedTaskList1       {...}   
uxCurrentNumberOfTasks  7       
uxTopUsedPriority       1       

4\/3!!

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to