aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-28rtos: fix gdb qC command answerMatthias Blaicher1-2/+2
2012-10-16rtos: Add ChibiOS/RT supportMatthias Blaicher1-0/+2
2012-10-09rtos: Don't crash on qSymbol GDB packet when no RTOS is configuredMatthias Blaicher1-0/+3
2012-10-05rtos: Rewrite rtos_qsymbol() and fix auto-detect false positivePeter Stuge1-77/+81
2012-10-05rtos: Rewrite rtos_try_next() for readabilityPeter Stuge1-18/+15
2012-10-05rtos: Rewrite rtos_create() for readabilityPeter Stuge1-57/+66
2012-08-24build: fix memory leaksSpencer Oliver1-0/+2
2012-02-06build: cleanup src/rtos directorySpencer Oliver1-236/+154
2012-01-15rtos : linux awarenessMichel JAOUEN1-0/+2
2012-01-15rtos : create qsymbol interface and add str_to_hex interfaceMichel JAOUEN1-112/+86
2012-01-15rtos : smp supportMichel JAOUEN1-4/+12
2012-01-15rtos : current_threadid move to rtos contextMichel JAOUEN1-4/+3
2012-01-15rtos :introduce possible overload by rtos of gdb_thread_packetMichel JAOUEN1-4/+14
2012-01-15rtos : remove unused parameterMichel JAOUEN1-1/+1
2011-11-29Add stack alignment support to RTOS awareness - needed for ARM ABI processorsEvan Hunter1-0/+6
2011-11-05warning fix: add self-consitency check to remove warningØyvind Harboe1-0/+3
2011-10-20rtos: remove broken code for handling the deprecated qP packetAndreas Fritiofson1-85/+1
2011-10-20rtos: return the correct value if the T or H packets are handledAndreas Fritiofson1-0/+2
2011-08-24remove target argument from gdb packet handling functionsJie Zhang1-2/+6
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+2
2011-05-25Report actual current threadAlan Bowman1-1/+11
2011-05-25Add eCos/Cortex RTOS supportAlan Bowman1-0/+2
2011-05-18Corrected test for invalid current_threadidAlan Bowman1-1/+1
2011-05-14Correct stacking direction and use of address offsetAlan Bowman1-2/+2
2011-04-19rtos : compilation error on amd64Michel Jaouen1-4/+4
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)1-0/+657