aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-21rtos: facilitate RTOS SMP handlingMatthias Welwarsky1-0/+1
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink1-1/+1
2016-08-14rtos: remove display_str memberSteven Stallion1-1/+0
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder1-1/+9
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser1-1/+1
2014-10-06rtos: constify symbol names and listsSpencer Oliver1-2/+2
2014-03-04Constify received GDB packetChristian Eggers1-3/+3
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers1-0/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver1-1/+0
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-1/+0
2012-02-06build: cleanup src/rtos directorySpencer Oliver1-44/+35
2012-01-15rtos : create qsymbol interface and add str_to_hex interfaceMichel JAOUEN1-0/+3
2012-01-15rtos : ps commandMichel JAOUEN1-0/+1
2012-01-15rtos : smp supportMichel JAOUEN1-0/+3
2012-01-15rtos : current_threadid move to rtos contextMichel JAOUEN1-1/+2
2012-01-15rtos :introduce possible overload by rtos of gdb_thread_packetMichel JAOUEN1-1/+2
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/+1
2011-08-24remove target argument from gdb packet handling functionsJie Zhang1-2/+2
2011-04-19rtos : compilation error on amd64Michel Jaouen1-4/+4
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)1-0/+106