aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/linux.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14rtos/linux.c: Fix Linux user space border checkpanciyan1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-11/+5
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-7/+6
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-36/+36
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo1-5/+5
2021-03-10rtos: Remove typedef'd structMarc Schink1-3/+3
2020-11-04rtos: declare local symbols as staticAntonio Borneo1-17/+17
2020-09-05openocd: use proper format with uint32_tAntonio Borneo1-2/+2
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-8/+4
2020-07-26rtos: fix minor typosAntonio Borneo1-1/+1
2020-06-06coding style: fix multi-line dereferencingAntonio Borneo1-14/+7
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-2/+2
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-2/+2
2020-03-07rtos/linux: fix use of memory after it is freedTomas Vanek1-7/+9
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-114/+37
2018-08-21rtos/linux.c: fix clang static analyzer warningTomas Vanek1-2/+2
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink1-2/+2
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-2/+2
2016-12-08helper: Code cleanup for hexify()Marc Schink1-1/+2
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion1-4/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-01-09rtos: free gdb packet allocated memorySpencer Oliver1-0/+1
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-30Don't cast return value of [cm]allocAndreas Fritiofson1-5/+5
2014-03-04Constify received GDB packetChristian Eggers1-7/+7
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-6/+6
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-1/+1
2013-09-08rtos: Do not dereference null pointersSpencer Oliver1-4/+3
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-2/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-2/+2
2013-03-12rtos: fixes warningØyvind Harboe1-0/+2
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver1-5/+4
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver1-4/+4
2012-10-27rtos: Fix wrong allocation in linux_get_symbol_list_to_lookupMatthias Blaicher1-3/+3
2012-10-05rtos: Rewrite rtos_qsymbol() and fix auto-detect false positivePeter Stuge1-2/+0
2012-08-24build: fix memory leaksSpencer Oliver1-4/+17
2012-05-04build: remove clang unused variable assignment warningsSpencer Oliver1-4/+4
2012-05-04build: remove clang unused variable increments warningsSpencer Oliver1-1/+1
2012-02-06build: cleanup src/rtos directorySpencer Oliver1-260/+241
2012-01-15rtos : linux awarenessMichel JAOUEN1-0/+1602