rtos: Support for "none" rtos
[fw/openocd] / src / rtos / rtos.c
2022-08-15 Asier Llanortos: Support for "none" rtos
2022-07-23 Antonio Borneoopenocd: src/rtos: replace the GPL-2.0-or-later license tag
2021-10-02 Tim Newsomeuint64_t->target_addr_t for stack pointers.
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons
2021-08-14 Jan Matyasrtos: add debug prints for qSymbol lookup
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-02 Tim NewsomeAdd RTOS memory read/write functions.
2021-07-02 Antonio Borneortos: rename CamelCase symbols
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-11 Evgeniy Didinrtos: Add support for Zephyr RTOS
2021-03-10 Marc Schinkrtos: Remove typedef'd struct
2020-11-04 Antonio Borneortos: make private the API rtos_try_next()
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it
2020-07-26 Antonio Borneortos: fix minor typos
2020-07-26 Daniel Krebsrtos: add support for RIOT
2020-05-24 Antonio Borneoopenocd: properly use jim data types
2020-05-24 Marc Schinkrtos/ChibiOS: Fix some coding styles
2020-03-17 Marc Schinkrtos: Destroy RTOS and fix memory leak
2019-08-28 Tim Newsomegdb_server, rtos: Fine-grained RTOS register access
2019-06-04 Bohdan Tymkivgdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned...
2019-03-08 Matthias Welwarskyrtos/hwthread: add hardware-thread pseudo rtos
2019-01-23 Moritz Fischerrtos: Add RTOS task awareness for Chromium-EC
2018-10-16 Steven Stallionrtos: support gdb_get_register_packet
2018-08-01 Masatoshi Tateishirtos: add support for NuttX
2018-03-03 Matthias Welwarskyrtos: fix rtos no-auto configuration
2018-02-21 Matthias Welwarskyrtos: run rtos create hook only once on autodetect
2018-02-21 Matthias Welwarskyrtos: facilitate RTOS SMP handling
2016-12-08 Marc Schinkhelper: Code cleanup for hexify()
2016-12-08 Steven Stalliongdb_server: support qXfer:threads:read packet
2016-12-08 Steven Stallionrtos: add support for uC/OS-III
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command
2016-10-17 Marc Schinkhelper: Make unhexify() robust on invalid data
2016-08-14 Steven Stallionrtos: remove display_str member
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct
2015-10-30 Andrew Ruderrtos: turn stack alignment into a function pointer
2015-04-24 Paul Fertserrtos: fix print format specifiers
2015-04-14 Evan HunterRTOS: Add logging to FreeRTOS and general RTOS
2015-03-09 Marian Cingelrtos: Freescale MQX rtos support
2014-11-24 Paul Fertserrtos: allow symbols to be optional for a particular...
2014-10-06 Spencer Oliverrtos: constify symbol names and lists
2014-03-30 Andreas FritiofsonDon't cast return value of [cm]alloc
2014-03-04 Christian EggersConstify received GDB packet
2014-03-04 Christian Eggersgdb-server/rtos: Send correct answer to "qfThreadInfo...
2014-03-04 Christian EggersRTOS: Unify wipe-out of thread list
2014-02-04 Paul Fertserrtos: fix uninitialised variable warning
2013-07-26 Spencer Oliverrtos: issue warning on auto detect failure
2013-07-01 Zied Guermazikeep gdb aware of threads if RTOS is set but no threads...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-05-10 RavazAdded: RTOS awareness for embKernel
2013-03-24 Christian Gudrianrtos: fixed handling of qThreadExtraInfo packets
2013-02-26 Spencer Olivergdbserver: use common hexify/unhexify routines
2013-01-27 Freddie Chopinrtos: fix error message
2013-01-27 Spencer Oliverrtos: do not use LOG_OUTPUT
2013-01-27 Evan Hunterrtos: Fix regression preventing use of first RTOS ...
2012-10-28 Spencer Olivergdb: fix broken qCRC packet handling
2012-10-28 Spencer Olivergdb: use strncmp rather than strstr
2012-10-28 Matthias Blaicherrtos: fix gdb qC command answer
2012-10-16 Matthias Blaicherrtos: Add ChibiOS/RT support
2012-10-09 Matthias Blaicherrtos: Don't crash on qSymbol GDB packet when no RTOS...
2012-10-05 Peter Stugertos: Rewrite rtos_qsymbol() and fix auto-detect false...
2012-10-05 Peter Stugertos: Rewrite rtos_try_next() for readability
2012-10-05 Peter Stugertos: Rewrite rtos_create() for readability
2012-08-24 Spencer Oliverbuild: fix memory leaks
2012-02-06 Spencer Oliverbuild: cleanup src/rtos directory
2012-01-15 Michel JAOUENrtos : linux awareness
2012-01-15 Michel JAOUENrtos : create qsymbol interface and add str_to_hex...
2012-01-15 Michel JAOUENrtos : smp support
2012-01-15 Michel JAOUENrtos : current_threadid move to rtos context
2012-01-15 Michel JAOUENrtos :introduce possible overload by rtos of gdb_thread...
2012-01-15 Michel JAOUENrtos : remove unused parameter
2011-11-29 Evan HunterAdd stack alignment support to RTOS awareness - needed...
2011-11-05 Øyvind Harboewarning fix: add self-consitency check to remove warning
2011-10-20 Andreas Fritiofsonrtos: remove broken code for handling the deprecated...
2011-10-20 Andreas Fritiofsonrtos: return the correct value if the T or H packets...
2011-08-24 Jie Zhangremove target argument from gdb packet handling functions
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-05-25 Alan BowmanReport actual current thread
2011-05-25 Alan BowmanAdd eCos/Cortex RTOS support
2011-05-18 Alan BowmanCorrected test for invalid current_threadid
2011-05-14 Alan BowmanCorrect stacking direction and use of address offset
2011-04-19 Michel Jaouenrtos : compilation error on amd64
2011-04-15 Broadcom Corporati... RTOS Thread awareness support wip