aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/syscalls.c
AgeCommit message (Expand)AuthorFilesLines
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