aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink1-1/+1
2016-08-14rtos: remove display_str memberSteven Stallion1-12/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-1/+1
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder1-7/+6
2015-04-24rtos: fix print format specifiersPaul Fertser1-1/+1
2015-04-14RTOS: Add logging to FreeRTOS and general RTOSEvan Hunter1-1/+12
2015-03-09rtos: Freescale MQX rtos supportMarian Cingel1-1/+3
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser1-9/+22
2014-10-06rtos: constify symbol names and listsSpencer Oliver1-2/+3
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-5/+5
2014-03-04Constify received GDB packetChristian Eggers1-4/+4
2014-03-04gdb-server/rtos: Send correct answer to "qfThreadInfo" packetChristian Eggers1-1/+1
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers1-0/+17
2014-02-04rtos: fix uninitialised variable warningPaul Fertser1-1/+1
2013-07-26rtos: issue warning on auto detect failureSpencer Oliver1-1/+3
2013-07-01keep gdb aware of threads if RTOS is set but no threads are createdZied Guermazi1-12/+15
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-10Added: RTOS awareness for embKernelRavaz1-0/+2
2013-03-24rtos: fixed handling of qThreadExtraInfo packetsChristian Gudrian1-1/+1
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver1-42/+8
2013-01-27rtos: fix error messageFreddie Chopin1-1/+1
2013-01-27rtos: do not use LOG_OUTPUTSpencer Oliver1-4/+4
2013-01-27rtos: Fix regression preventing use of first RTOS & clean up rtos_qsymbol()Evan Hunter1-13/+24
2012-10-28gdb: fix broken qCRC packet handlingSpencer Oliver1-0/+4
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver1-7/+7
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