aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
AgeCommit message (Expand)Author
2014-03-04Constify received GDB packetChristian Eggers
2014-03-04gdb-server/rtos: Send correct answer to "qfThreadInfo" packetChristian Eggers
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers
2014-02-04rtos: fix uninitialised variable warningPaul Fertser
2013-07-26rtos: issue warning on auto detect failureSpencer Oliver
2013-07-01keep gdb aware of threads if RTOS is set but no threads are createdZied Guermazi
2013-06-05update files to correct FSF addressSpencer Oliver
2013-05-10Added: RTOS awareness for embKernelRavaz
2013-03-24rtos: fixed handling of qThreadExtraInfo packetsChristian Gudrian
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver
2013-01-27rtos: fix error messageFreddie Chopin
2013-01-27rtos: do not use LOG_OUTPUTSpencer Oliver
2013-01-27rtos: Fix regression preventing use of first RTOS & clean up rtos_qsymbol()Evan Hunter
2012-10-28gdb: fix broken qCRC packet handlingSpencer Oliver
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver
2012-10-28rtos: fix gdb qC command answerMatthias Blaicher
2012-10-16rtos: Add ChibiOS/RT supportMatthias Blaicher
2012-10-09rtos: Don't crash on qSymbol GDB packet when no RTOS is configuredMatthias Blaicher
2012-10-05rtos: Rewrite rtos_qsymbol() and fix auto-detect false positivePeter Stuge
2012-10-05rtos: Rewrite rtos_try_next() for readabilityPeter Stuge
2012-10-05rtos: Rewrite rtos_create() for readabilityPeter Stuge
2012-08-24build: fix memory leaksSpencer Oliver
2012-02-06build: cleanup src/rtos directorySpencer Oliver
2012-01-15rtos : linux awarenessMichel JAOUEN
2012-01-15rtos : create qsymbol interface and add str_to_hex interfaceMichel JAOUEN
2012-01-15rtos : smp supportMichel JAOUEN
2012-01-15rtos : current_threadid move to rtos contextMichel JAOUEN
2012-01-15rtos :introduce possible overload by rtos of gdb_thread_packetMichel JAOUEN
2012-01-15rtos : remove unused parameterMichel JAOUEN
2011-11-29Add stack alignment support to RTOS awareness - needed for ARM ABI processorsEvan Hunter
2011-11-05warning fix: add self-consitency check to remove warningØyvind Harboe
2011-10-20rtos: remove broken code for handling the deprecated qP packetAndreas Fritiofson
2011-10-20rtos: return the correct value if the T or H packets are handledAndreas Fritiofson
2011-08-24remove target argument from gdb packet handling functionsJie Zhang
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-05-25Report actual current threadAlan Bowman
2011-05-25Add eCos/Cortex RTOS supportAlan Bowman
2011-05-18Corrected test for invalid current_threadidAlan Bowman
2011-05-14Correct stacking direction and use of address offsetAlan Bowman
2011-04-19rtos : compilation error on amd64Michel Jaouen
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)