aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2012-02-06build: cleanup src/rtos directorySpencer Oliver10-1349/+1119
2012-01-16build: fix broken make distcheckSpencer Oliver1-1/+1
2012-01-15rtos : linux awarenessMichel JAOUEN4-1/+1637
2012-01-15rtos : create qsymbol interface and add str_to_hex interfaceMichel JAOUEN2-112/+89
2012-01-15rtos : ps commandMichel JAOUEN1-0/+1
2012-01-15rtos : smp supportMichel JAOUEN2-4/+15
2012-01-15rtos : current_threadid move to rtos contextMichel JAOUEN2-5/+5
2012-01-15rtos :introduce possible overload by rtos of gdb_thread_packetMichel JAOUEN2-5/+16
2012-01-15rtos : remove unused parameterMichel JAOUEN2-2/+2
2011-11-29Add stack alignment support to RTOS awareness - needed for ARM ABI processorsEvan Hunter4-62/+71
2011-11-07ecos: add missing error propagationØyvind Harboe1-0/+4
2011-11-05warning fix: add self-consitency check to remove warningØyvind Harboe1-0/+3
2011-10-27clang: fix warning about missing check for return valueØyvind Harboe1-1/+2
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-27Fix off by one bug in FreeRTOSEvan Hunter1-2/+2
2011-08-24remove target argument from gdb packet handling functionsJie Zhang2-4/+8
2011-08-24Add suspended task list to FreeRTOS supportEvan1-0/+1
2011-08-24Fix FreeRTOS thread list parsingEvan Hunter1-5/+8
2011-07-10Fix typo in command outputLuca Bruno3-3/+3
2011-06-17build: add missing files from dist releaseSpencer Oliver1-2/+1
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 Bowman5-1/+523
2011-05-18Corrected test for invalid current_threadidAlan Bowman1-1/+1
2011-05-14Correct stacking direction and use of address offsetAlan Bowman2-3/+3
2011-04-19rtos : compilation error on amd64Michel Jaouen4-23/+23
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)7-0/+1912