Hi,
Is someone aware about any port of gdbserver to FreeRTOS? Open source or commercial?
I’d like to do thread debugging via gdserver, not JTAG or OpenOCD.
Second question is target object file loader and symbol resolver for elf or similar format.
Is the something like that for FreeRTOS.
Few years ago OpenOCD started with parsing FreeRTOS TCB and stack and passing this data to GDB,
I tried to play with it, but gave up at the end. Maybe today it works out of the box.
It is really nice to see stack frames and tasks states, but I’d like to attach to a thread and debug it rather than stopping whole system. This would be a big advantage for complex applications.
I “discovered” FreeRTOS in 2007 for ARM7.
I took idea from VxWorks and wrote a primitive stack parser and added symbol table and lookup and was able to see thread call stack at the run time from embedded shell. This was very helpfull to debug dead-end loops and dead-locks.
Hi,
Unfortunately for evaluation I use uBlaze.I push CortexM/R+FreeRTOS for the next product.
I’d love to use OpenOCD, but it does not support uBlaze, at least I didn’t find script.
What do you mean by “work well with openocd + gdb”? Shows all threads and stacks or supports also co-called “non-stop mode”, where you can stop and step-through specific thread?