Hi, Freddie :)

On Sat, May 12, 2012 at 12:54:40PM +0200, Freddie Chopin wrote:
> OK, I've updated by build environment and OpenOCD does not crash 
> anymore. But I still have problems with RTOS support...

I'm glad it finally works at least on the OpenOCD side for you :)

> But if I hard-reset everything (quit OpenOCD, shutdown GDB, cycle
> target's power, ...) and try to go directly to GDB via Eclipse - no
> threads can be seen (OpenOCD says "No symbols for FreeRTOS" over and
> over again). 

That would suggest gdb as started by Eclipse doesn't tell OpenOCD the
addresses of the symbols (i.e. global variables used by FreeRTOS).

My colleage here uses "GDB (DSF) Hardware Debugging Launcher". He
created a special "Debug configuration" which has all the checkboxes
on the "Startup" tab _unchecked_ (including Load image and Load
symbols) and this script specified in "Initialization commands": file
<hisfile.elf> monitor soft_reset_halt

Other commands are not specified.

HTH
-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

------------------------------------------------------------------------------
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
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to