aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/nios2-semi.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-1/+1
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-0/+1
2022-09-13target/nios2: Convert semihosting errno to gdb remote errnoRichard Henderson1-2/+31
2022-09-13target/nios2: Use semihosting/syscalls.hRichard Henderson1-246/+50
2022-06-28target/nios2: Move nios2-semi.c to nios2_softmmu_ssRichard Henderson1-5/+0
2022-06-28target/nios2: Eliminate nios2_semi_is_lseekRichard Henderson1-36/+23
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson1-5/+3
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson1-27/+3
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson1-8/+0
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau1-13/+10
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau1-1/+1
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell1-1/+1
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-04-29Add Nios II semihosting support.Sandra Loosemore1-0/+455