aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Handle resuming from a trigger...Tim Newsome1-1/+1
2018-01-23Fix some niggles found by clang's static analysis.Tim Newsome1-5/+7
2018-01-08Propagate register read errors.Tim Newsome1-1/+6
2017-12-28Fix typo.Tim Newsome1-1/+1
2017-12-26Conform to OpenOCD style guide.Tim Newsome1-3/+2
2017-12-22Merge branch 'master' into updateTim Newsome10-30/+30
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink9-29/+29
2017-10-08Revert this LOG_INFO to LOG_DEBUG.Tim Newsome1-1/+1
2017-10-02Merge pull request #119 from gnu-mcu-eclipse/riscv-updTim Newsome3-97/+100
2017-10-01Merge commit '7719e9618e753ac41a46a2488dfba549ac578891' into riscv-updLiviu Ionescu3-97/+100
2017-09-01Properly show XLEN for each thread.Tim Newsome1-2/+4
2017-06-30rtos: better sanity checking for uCOS-IIISteven Stallion1-0/+5
2017-06-30rtos: style corrections for uCOS-IIISteven Stallion3-97/+95
2017-06-20Update list of "threads" when harts are discovered.Tim Newsome2-3/+5
2017-06-13Merge branch 'remotes/openocd/master' into riscv64Tim Newsome12-63/+675
2017-05-25Return 5 (SIGBREAK) not 2 (SIGINT) after a stepPalmer Dabbelt1-1/+1
2017-05-25Pass EVENT_RESUMED in the RTOSPalmer Dabbelt1-2/+3
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt5-3/+331
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-2/+2
2017-01-15helper,rtos,server: Restore missing warning flagsAndreas Fritiofson1-1/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-27/+27
2016-12-08helper: Code cleanup for hexify()Marc Schink2-3/+7
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion8-23/+21
2016-12-08rtos: add support for uC/OS-IIISteven Stallion5-8/+613
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky1-1/+4
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink1-1/+1
2016-08-14rtos: remove display_str memberSteven Stallion8-27/+3
2016-08-13rtos: removed chSysInit from detection of ChibiOS (#121)Andy Pomfret1-7/+4
2016-05-24Make #include guard naming consistentMarc Schink7-19/+23
2016-05-24Remove FSF address from GPL noticesMarc Schink20-57/+20
2016-05-20Fix spelling of ARM CortexAndreas Färber4-5/+5
2016-05-04RTOS support: Add FPU support for FreeRTOSJonathan Dumaresq3-2/+111
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-1/+1
2015-11-03rtos/mqx: Fix uninitialized parts of symbol tabledaniel-k1-1/+1
2015-10-30rtos: handle STKALIGN adjustments on cortex mAndrew Ruder2-1/+53
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder9-18/+58
2015-08-06RTOS: ThreadX support on ARM926E-JSAlexander Drozdov1-2/+160
2015-04-24rtos/mqx: prevent crash with -rtos autoPaul Fertser1-0/+6
2015-04-24rtos: fix print format specifiersPaul Fertser2-5/+6
2015-04-16rtos: add instructions and helper code to make FreeRTOS work againAndreas Fritiofson1-1/+5
2015-04-16FreeRTOS: Make optional symbols optionalAndreas Fritiofson1-15/+22
2015-04-14ChibiOS: fix crash on auto detectionRichard Braun1-1/+6
2015-04-14RTOS: Add logging to FreeRTOS and general RTOSEvan Hunter2-1/+37
2015-03-09rtos: Freescale MQX rtos supportMarian Cingel5-3/+674
2015-01-09ChibiOS: struct ChibiOS_params_list[] should not be constTomas Vanek1-1/+1
2015-01-09rtos: free gdb packet allocated memorySpencer Oliver1-0/+1
2014-11-24Added FPU support for ChibiOS/RTChristian Gudrian3-5/+32
2014-11-24rtos: add support for ChibiOS/RT 3.0Christian Gudrian1-16/+24
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser8-20/+33
2014-10-06rtos: constify symbol names and listsSpencer Oliver8-29/+28