aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
AgeCommit message (Expand)Author
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky
2019-01-23rtos: Add RTOS task awareness for Chromium-ECMoritz Fischer
2018-10-16rtos: support gdb_get_register_packetSteven Stallion
2018-08-01rtos: add support for NuttXMasatoshi Tateishi
2018-03-03rtos: fix rtos no-auto configurationMatthias Welwarsky
2018-02-21rtos: run rtos create hook only once on autodetectMatthias Welwarsky
2018-02-21rtos: facilitate RTOS SMP handlingMatthias Welwarsky
2016-12-08helper: Code cleanup for hexify()Marc Schink
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion
2016-12-08rtos: add support for uC/OS-IIISteven Stallion
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink
2016-08-14rtos: remove display_str memberSteven Stallion
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder
2015-04-24rtos: fix print format specifiersPaul Fertser
2015-04-14RTOS: Add logging to FreeRTOS and general RTOSEvan Hunter
2015-03-09rtos: Freescale MQX rtos supportMarian Cingel
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser
2014-10-06rtos: constify symbol names and listsSpencer Oliver
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson
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