aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/syscalls.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-1/+1
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé1-1/+1
2024-07-05gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero1-3/+4
2023-03-07gdbstub: Build syscall.c onceRichard Henderson1-4/+1
2023-03-07gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson1-6/+6
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson1-16/+10
2023-03-07gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée1-24/+3
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-0/+235