aboutsummaryrefslogtreecommitdiff
path: root/src/target/semihosting_common.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-07-02semihosting: fix return value of SYS_READ and SYS_WRITEPavel Kirienko1-9/+3
2022-06-24semihosting: remove comparison with NULLAntonio Borneo1-1/+1
2022-06-24semihosting: add custom user command handlerErhan Kurubas1-19/+15
2022-06-10semihosting: fix accessing memory outside the bounds of the fn arrayErhan Kurubas1-3/+5
2022-05-21semihosting: add semihosting_basedir commandErhan Kurubas1-3/+53
2022-03-26semihosting: fix mode flags for local host open()Antonio Borneo1-3/+18
2022-03-19semihosting: permit redirection of semihosting I/O to TCPTarek BOCHKATI1-17/+315
2022-02-05semihosting: User defined operation, Tcl command exec on hostZoltán Dudás1-1/+103
2022-01-29semihosting: use open mode flags from GDB, not from sys/stat.hPavel Kirienko1-12/+28
2021-12-24semihosting: use macro COMMAND_HANDLERAntonio Borneo1-4/+4
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-7/+7
2021-07-10target/semihosting: Fix of close(): Never close standard streamsJan Matyas1-4/+14
2021-07-10target/semihosting: Capture errno in SEMIHOSTING_SYS_ISTTYJan Matyas1-0/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-0/+2
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2020-03-10semihosting: reorganize semihosting commandsTarek BOCHKATI1-5/+36
2020-01-16target/semihosting_common: fix minor memory leakTomas Vanek1-0/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-10/+10
2018-07-13GDB fileIO stdout supportOmair Javaid1-5/+19
2018-07-13Add ARM v8 AArch64 semihosting supportOmair Javaid1-4/+6
2018-06-04Rework/update ARM semihostingLiviu Ionescu1-0/+1579