aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/linux.c
AgeCommit message (Expand)Author
2020-03-07rtos/linux: fix use of memory after it is freedTomas Vanek
2018-10-16rtos: support gdb_get_register_packetSteven Stallion
2018-08-21rtos/linux.c: fix clang static analyzer warningTomas Vanek
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-12-08helper: Code cleanup for hexify()Marc Schink
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-01-09rtos: free gdb packet allocated memorySpencer Oliver
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-01-15Conform to C99 integer types format specifiersHsiangkai Wang
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-09-08rtos: Do not dereference null pointersSpencer Oliver
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-06-05update files to correct FSF addressSpencer Oliver
2013-03-13target: Remove read_memory_impAndreas Fritiofson
2013-03-12rtos: fixes warningØyvind Harboe
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver
2012-10-27rtos: Fix wrong allocation in linux_get_symbol_list_to_lookupMatthias Blaicher
2012-10-05rtos: Rewrite rtos_qsymbol() and fix auto-detect false positivePeter Stuge
2012-08-24build: fix memory leaksSpencer Oliver
2012-05-04build: remove clang unused variable assignment warningsSpencer Oliver
2012-05-04build: remove clang unused variable increments warningsSpencer Oliver
2012-02-06build: cleanup src/rtos directorySpencer Oliver
2012-01-15rtos : linux awarenessMichel JAOUEN